aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/interface/SBProcessDocstrings.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/bindings/interface/SBProcessDocstrings.i')
-rw-r--r--lldb/bindings/interface/SBProcessDocstrings.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/bindings/interface/SBProcessDocstrings.i b/lldb/bindings/interface/SBProcessDocstrings.i
index dba7465c8060..3ee17e0c7f2f 100644
--- a/lldb/bindings/interface/SBProcessDocstrings.i
+++ b/lldb/bindings/interface/SBProcessDocstrings.i
@@ -209,6 +209,10 @@ SBProcess supports thread iteration. For example (from test/lldbutil.py), ::
lldb.LLDB_INVALID_ADDRESS if the allocation failed."
) lldb::SBProcess::AllocateMemory;
+%feature("autodoc", "Get default process broadcaster class name (lldb.process)."
+) lldb::SBProcess::GetBroadcasterClass;
+
+
%feature("autodoc", "
Deallocates the block of memory (previously allocated using
AllocateMemory) given in the argument."