diff options
author | nerix <nerixdev@outlook.de> | 2025-06-09 10:46:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 09:46:50 +0100 |
commit | c6670fa20d434a85e167e88aa6a4f56bfc02af2f (patch) | |
tree | af183d2ac93af37b5c6c157f7ee0fb96a4f68c78 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 62c9b0cab614f2d408929f9ee4280fc3c0084e08 (diff) | |
download | llvm-c6670fa20d434a85e167e88aa6a4f56bfc02af2f.zip llvm-c6670fa20d434a85e167e88aa6a4f56bfc02af2f.tar.gz llvm-c6670fa20d434a85e167e88aa6a4f56bfc02af2f.tar.bz2 |
[LLDB] Unify DWARF section name matching (#141344)
Different object file formats support DWARF sections (COFF, ELF, MachO,
PE/COFF, WASM). COFF and PE/COFF only matched a subset. This caused some
GCC executables produced on MinGW to have issue later on when debugging.
One example is that `.debug_rnglists` was not matched, which caused
range-extraction to fail when printing a backtrace.
This unifies the parsing of section names in
`ObjectFile::GetDWARFSectionTypeFromName`, so all file formats can use
the same naming convention. Since the prefixes are different,
`GetDWARFSectionTypeFromName` only matches the suffixes (i.e. `.debug_`
needs to be stripped before).
I added two tests to ensure the sections are correctly identified on
Windows executables.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions