[Lldb-commits] [lldb] [lldb] Index static const members of classes, structs and unions as global variables in DWARF 4 and earlier (PR #111859)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 5 07:37:19 PST 2024
https://github.com/Michael137 approved this pull request.
LGTM too, thanks!
Given the pre-DWARFv4 spec isn't very specific about how to differentiate static vs non-static members, leaving out the check/assert for `DW_TAG_data_member_location` as Pavel suggested seems correct.
https://github.com/llvm/llvm-project/pull/111859
More information about the lldb-commits
mailing list