diff options
| author | Greg Clayton <gclayton@fb.com> | 2025-10-30 14:08:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 14:08:44 -0700 |
| commit | 3475b3f97b3060880c31c8b8a440f47f9d654e49 (patch) | |
| tree | 35e3b01a00e7bbaad771261e2fa212c684481e14 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 39f08eb997424626bd396a0529daf4ab816d19e6 (diff) | |
| download | llvm-3475b3f97b3060880c31c8b8a440f47f9d654e49.zip llvm-3475b3f97b3060880c31c8b8a440f47f9d654e49.tar.gz llvm-3475b3f97b3060880c31c8b8a440f47f9d654e49.tar.bz2 | |
Enable LLDB to load large dSYM files. (#164471)
llvm-dsymutil can produce mach-o files where some sections in __DWARF
exceed the 4GB barrier and subsequent sections in the dSYM will be
inaccessible because the mach-o section_64 structure only has a 32 bit
file offset. This patch enables LLDB to load a large dSYM file by
figuring out when this happens and properly adjusting the file offset of
the LLDB sections.
I was unable to add a test as obj2yaml and yaml2obj are broken for
mach-o files and they can't convert a yaml file back into a valid mach-o
object file. Any suggestions for adding a test would be appreciated.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
