[Lldb-commits] [lldb] [lldb] Unwind through ARM Cortex-M exceptions automatically (PR #153922)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 26 07:03:01 PDT 2025


================
@@ -799,6 +799,23 @@ Status ProcessMachCore::DoGetMemoryRegionInfo(addr_t load_addr,
       region_info.SetMapped(MemoryRegionInfo::eNo);
     }
     return Status();
+  } else {
+    // The corefile has no LC_SEGMENT at this virtual address,
+    // but see if there is a binary whose Section has been
+    // loaded at that address in the current Target.
----------------
DavidSpickett wrote:

So this is for when you have a core file and a binary file?

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


More information about the lldb-commits mailing list