summaryrefslogtreecommitdiff
path: root/lldb/bindings/interface/SBListenerDocstrings.i
blob: c95c00773f127296707828ad6e44d72273555a4c (plain)
1
2
3
4
5
%feature("docstring",
"API clients can register its own listener to debugger events.

See also :py:class:`SBEvent` for example usage of creating and adding a listener."
) lldb::SBListener;