Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/llvm-project/lldb/bindings/interface/SBBroadcasterDocstrings.i
34907 views
%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;