[Lldb-commits] [lldb] [LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (PR #146777)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 16 12:16:10 PDT 2025


================
@@ -45,6 +45,10 @@ Note that currently ELF Core files are not supported."
     Resetting will result in the reset of all process specific options, such as Threads to save."
 ) lldb::SBSaveCoreOptions::SetProcess;
 
+%feature("docstring", "
+    Get the process to save. If undefined, an invalid SBProcess will be returned."
----------------
dmpots wrote:

What would make it be undefined? If its obvious for those in the know then its fine, but might be useful to expand the doc a little.

edit: Or maybe just copy the doc comment below which reads a bit better to me.

https://github.com/llvm/llvm-project/pull/146777


More information about the lldb-commits mailing list