[Lldb-commits] [lldb] [LLDB] Add draft docstrings for SBSaveCoreOptions (PR #123132)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 16 12:35:41 PST 2025
================
@@ -0,0 +1,72 @@
+%feature("docstring",
+"A container for options to use when saving a core file.
+
+SBSaveCoreOptions includes API's to specify the memory regions and threads to include
+when generating a core file. These options are not exclusive the existing SaveCoreStyle option.
+
+Full will save off all thread and memory regions, ignoring the memory regions and threads in
+the options object.
----------------
Jlalond wrote:
Sweet, I wanted to do a list but didn't realize if the docstrings supported markdown.
https://github.com/llvm/llvm-project/pull/123132
More information about the lldb-commits
mailing list