[all-commits] [llvm/llvm-project] d70d5e: Get binary UUID from fixed location in special Mac...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Aug 15 13:50:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d70d5e9f6fa2770f9a5e7be4ba6b3512f5424968
https://github.com/llvm/llvm-project/commit/d70d5e9f6fa2770f9a5e7be4ba6b3512f5424968
Author: Jason Molenda <jmolenda at apple.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
M lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
Log Message:
-----------
Get binary UUID from fixed location in special Mach-O corefiles
Some Apple firmware environments store the UUID of the main binary
at a fixed address in low memory. Add that list of addresess to
ProcessMachCore to check for a UUID, and try to load it.
Differential Revision: https://reviews.llvm.org/D157756
More information about the All-commits
mailing list