[all-commits] [llvm/llvm-project] 634fe0: [lldb][DWARF] Support retrieving DW_FORM_implicit_...
Michael Buch via All-commits
all-commits at lists.llvm.org
Mon Jun 23 09:26:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 634fe0de50418464635227443c1ac866362e2f08
https://github.com/llvm/llvm-project/commit/634fe0de50418464635227443c1ac866362e2f08
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
M lldb/unittests/SymbolFile/DWARF/DWARFDIETest.cpp
Log Message:
-----------
[lldb][DWARF] Support retrieving DW_FORM_implicit_const value with DWARFDebugInfoEntry::GetAttributeValue (#145328)
`DWARFFormValue::ExtractValue` has nothing to extract for
`DW_FORM_implicit_const` since the value is stored in the abbreviation.
`DWARFFormValue` expects the user to have set the value of the
implicit_const. This patch does so in `GetAttributeValue`.
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