brintos

brintos / llvm-project-archived public Read only

0
0
Text · 364 B · e6f889b Raw
14 lines · plain
1%feature("docstring",2"Represents an entity which can broadcast events.3 4A default broadcaster is5associated with an SBCommandInterpreter, SBProcess, and SBTarget.  For6example, use ::7 8    broadcaster = process.GetBroadcaster()9 10to retrieve the process's broadcaster.11 12See also SBEvent for example usage of interacting with a broadcaster."13) lldb::SBBroadcaster;14