[all-commits] [llvm/llvm-project] dce501: [LLDB] Finish implementing support for DW_FORM_data16
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Fri Nov 1 12:15:15 PDT 2024
Branch: refs/heads/users/walter-erquinigo/dw_form
Home: https://github.com/llvm/llvm-project
Commit: dce501d494a3d559d490f8d58f6918b63ed9d175
https://github.com/llvm/llvm-project/commit/dce501d494a3d559d490f8d58f6918b63ed9d175
Author: walter erquinigo <walter at modular.com>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
M lldb/test/Shell/SymbolFile/DWARF/x86/DW_AT_const_value.s
Log Message:
-----------
[LLDB] Finish implementing support for DW_FORM_data16
This FORM already has support within LLDB to be parsed as a 16-byte
BLOCK, and all that is left to properly support it in the DWARFParser is
to add it to some enums.
With this, I can debug programs that use libstdc++.so.6.0.33 built with
GCC.
Commit: 403bbcaddc40d011cbd262381c3bc4e6768c234a
https://github.com/llvm/llvm-project/commit/403bbcaddc40d011cbd262381c3bc4e6768c234a
Author: walter erquinigo <walter at modular.com>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/x86/DW_AT_const_value.s
Log Message:
-----------
fix fix
Compare: https://github.com/llvm/llvm-project/compare/e1986e8c9ec7...403bbcaddc40
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