[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:12 PDT 2025
================
@@ -63,6 +67,12 @@ Note that currently ELF Core files are not supported."
Get an SBThreadCollection of all threads marked to be saved. This collection is not sorted according to insertion order."
) lldb::SBSaveCoreOptions::GetThreadsToSave;
+%feature("docstring", "
+ Get an SBMemoryRegionInfoList of all the Regions that LLDB will attempt to write into the Core. Note, reading from these
+ regions can fail, and it's guaraunteed every region will be present. If called without a valid process or style set an empty
----------------
dmpots wrote:
Should this say "its *not* guaranteed"?
https://github.com/llvm/llvm-project/pull/146777
More information about the lldb-commits
mailing list