xref: /freebsd/contrib/llvm-project/lldb/bindings/interface/SBBroadcasterDocstrings.i (revision 357378bbdedf24ce2b90e9bd831af4a9db3ec70a)
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