Skip to content

Commit 17c7b2d

Browse files
committed
Add doc string
1 parent 5961e8e commit 17c7b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/bindings/interface/SBSaveCoreOptionsExtensions.i

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
%extend lldb::SBSaveCoreOptions {
33
#ifdef SWIGPYTHON
44
%pythoncode%{
5+
'''Add a thread to the SaveCoreOptions thread list, and follow its children N pointers deep, adding each memory region to the SaveCoreOptions Memory region list.'''
56
def save_thread_with_heaps(self, thread, num_pointers_deep = 3):
67
self.AddThread(thread)
78
frame = thread.GetFrameAtIndex(0)

0 commit comments

Comments
 (0)