[Lldb-commits] [PATCH] D147012: [lldb] Support Universal Mach-O binaries with a fat64 header
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 27 16:21:28 PDT 2023
JDevlieghere created this revision.
JDevlieghere added reviewers: jasonmolenda, pete, aprantl.
Herald added a project: All.
JDevlieghere requested review of this revision.
Support universal Mach-O binaries with a fat64 header. After D146879 <https://reviews.llvm.org/D146879>, dsymutil can now generate such binaries when the offsets would otherwise overflow the 32-bit offsets in the regular fat header.
rdar://107289570
https://reviews.llvm.org/D147012
Files:
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
lldb/test/API/macosx/universal64/Makefile
lldb/test/API/macosx/universal64/TestUniversal64.py
lldb/test/API/macosx/universal64/main.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147012.508835.patch
Type: text/x-patch
Size: 10066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230327/910a29db/attachment-0001.bin>
More information about the lldb-commits
mailing list