[all-commits] [llvm/llvm-project] 0a357e: [lldb] Update the String table offset based on the...
Hemang Gadhavi via All-commits
all-commits at lists.llvm.org
Mon Jul 14 02:56:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a357e92ca3ebfd68710b58413cac21e2cb9d8ad
https://github.com/llvm/llvm-project/commit/0a357e92ca3ebfd68710b58413cac21e2cb9d8ad
Author: Hemang Gadhavi <hemang.gadhavi at ibm.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/unittests/SymbolFile/DWARF/DWARF64UnitTest.cpp
Log Message:
-----------
[lldb] Update the String table offset based on the DWARF format (#147054)
This PR is updating the string table offset (DW_AT_str_offsets_base
which is introduced in `DWARF5`) based on the DWARF format, as per the
DWARF specification; For the 32-bit DWARF format, each offset is 4 bytes
long; for the 64-bit DWARF format, each offset is 8 bytes long.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list