bolt/deps/llvm-18.1.8/lldb/bindings/interface/SBBroadcasterDocstrings.i

14 lines
364 B
OpenEdge ABL
Raw Normal View History

2025-02-14 19:21:04 +01:00
%feature("docstring",
"Represents an entity which can broadcast events.
A default broadcaster is
associated with an SBCommandInterpreter, SBProcess, and SBTarget. For
example, use ::
broadcaster = process.GetBroadcaster()
to retrieve the process's broadcaster.
See also SBEvent for example usage of interacting with a broadcaster."
) lldb::SBBroadcaster;