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
diff --git a/scripts/Python/interface/SBCommunication.i b/scripts/Python/interface/SBCommunication.i
index ca2bfa7..99814d9 100644
--- a/scripts/Python/interface/SBCommunication.i
+++ b/scripts/Python/interface/SBCommunication.i
@@ -34,6 +34,8 @@
lldb::SBBroadcaster
GetBroadcaster ();
+ static const char *GetBroadcasterClass();
+
lldb::ConnectionStatus
AdoptFileDesriptor (int fd, bool owns_fd);