File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,15 @@ Note that currently ELF Core files are not supported."
63
63
Get an SBThreadCollection of all threads marked to be saved. This collection is not sorted according to insertion order."
64
64
) lldb::SBSaveCoreOptions::GetThreadsToSave;
65
65
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
+
66
75
%feature(" docstring" , "
67
76
Unset all options."
68
77
) lldb::SBSaveCoreOptions::Clear;
You can’t perform that action at this time.
0 commit comments