Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a15e69

Browse files
committedFeb 16, 2012
Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set.
Use this to allow the lldb Driver to emit notifications for breakpoint modifications. <rdar://problem/10619974> git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@150665 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent e90903a commit 5a15e69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+763
-28
lines changed
 

‎include/lldb/API/SBCommandInterpreter.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ class SBCommandInterpreter
5050

5151
lldb::SBBroadcaster
5252
GetBroadcaster ();
53+
54+
static const char *
55+
GetBroadcasterClass ();
5356

5457
bool
5558
HasCommands ();

‎include/lldb/API/SBCommunication.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class SBCommunication
3939

4040
lldb::SBBroadcaster
4141
GetBroadcaster ();
42+
43+
static const char *GetBroadcasterClass();
4244

4345
lldb::ConnectionStatus
4446
AdoptFileDesriptor (int fd, bool owns_fd);

0 commit comments

Comments
 (0)
This repository has been archived.