[Lldb-commits] [lldb] [LLDB] Fix Incorrect offset for Memory64 RVA in Minidump (+ Testing changes) (PR #146777)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 14 11:41:53 PDT 2025
https://github.com/clayborg requested changes to this pull request.
Make the process subclasses that save core files use the `llvm::Expected<lldb_private::CoreFileMemoryRanges> GetMemoryRegionsToSave();` from `SaveCoreOptions`. This will ensure everyone is using the same list.
https://github.com/llvm/llvm-project/pull/146777
More information about the lldb-commits
mailing list