xref: /freebsd/contrib/llvm-project/lldb/bindings/interface/SBBroadcasterDocstrings.i (revision a90b9d0159070121c221b966469c3e36d912bf82)
1 %feature("docstring",
2 "Represents an entity which can broadcast events.
3 
4 A default broadcaster is
5 associated with an SBCommandInterpreter, SBProcess, and SBTarget.  For
6 example, use ::
7 
8     broadcaster = process.GetBroadcaster()
9 
10 to retrieve the process's broadcaster.
11 
12 See also SBEvent for example usage of interacting with a broadcaster."
13 ) lldb::SBBroadcaster;
14