Skip to content

Commit 02231e9

Browse files
committed
Add a new docstring
1 parent ef3cf72 commit 02231e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lldb/bindings/interface/SBSaveCoreOptionsDocstrings.i

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ Note that currently ELF Core files are not supported."
6363
Get an SBThreadCollection of all threads marked to be saved. This collection is not sorted according to insertion order."
6464
) lldb::SBSaveCoreOptions::GetThreadsToSave;
6565

66+
%feature("docstring", "
67+
Get an SBThreadCollection of all threads marked to be saved. This collection is not sorted according to insertion order."
68+
) lldb::SBSaveCoreOptions::GetThreadsToSave;
69+
70+
%feature("docstring", "
71+
Get the current total number of bytes the core is expectd to have, excluding the overhead of the core file format.
72+
Requires both a Process and a Style to be specified."
73+
) lldb::SBSaveCoreOptions::GetCurrentSizeInBytes;
74+
6675
%feature("docstring", "
6776
Unset all options."
6877
) lldb::SBSaveCoreOptions::Clear;

0 commit comments

Comments
 (0)