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:
Jim Ingham
2012-02-16 06:50:00 +00:00
parent 924f9a671d
commit 4bddaeb5ab
41 changed files with 763 additions and 28 deletions

View File

@@ -52,6 +52,9 @@ public:
~SBProcess();
static const char *
GetBroadcasterClassName ();
void
Clear ();