mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
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> llvm-svn: 150665
This commit is contained in:
@@ -52,6 +52,9 @@ public:
|
||||
|
||||
~SBProcess();
|
||||
|
||||
static const char *
|
||||
GetBroadcasterClassName ();
|
||||
|
||||
void
|
||||
Clear ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user