2 "Represents an entity which can broadcast events.
4 A default broadcaster is
5 associated with an SBCommandInterpreter, SBProcess, and SBTarget. For
8 broadcaster = process.GetBroadcaster()
10 to retrieve the process's broadcaster.
12 See also SBEvent for example usage of interacting with a broadcaster."
13 ) lldb
::SBBroadcaster
;