[all-commits] [llvm/llvm-project] fda53a: [lldb] Support Universal Mach-O binaries with a fa...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Mar 28 15:46:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fda53ad9374b60fc83f1a6065ae3e7985182a5d2
https://github.com/llvm/llvm-project/commit/fda53ad9374b60fc83f1a6065ae3e7985182a5d2
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
A lldb/test/API/macosx/universal64/Makefile
A lldb/test/API/macosx/universal64/TestUniversal64.py
A lldb/test/API/macosx/universal64/main.c
Log Message:
-----------
[lldb] Support Universal Mach-O binaries with a fat64 header
Support universal Mach-O binaries with a fat64 header. After
4d683f7fa7d4, dsymutil can now generate such binaries when the offsets
would otherwise overflow the 32-bit offsets in the regular fat header.
rdar://107289570
Differential revision: https://reviews.llvm.org/D147012
More information about the All-commits
mailing list