[Lldb-commits] [lldb] [lldb][DWARF] Change GetAttributes to always visit current DIE before recursing (PR #123261)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 17 04:14:05 PST 2025
Michael137 wrote:
@labath the test `TestStaticVariables.py` was failing because with the new iteration order `ParseVariableDIE` would overwrite a `DW_TAG_variable`s type from `ArrayType[2]` (which is on the definition) to `ArrayType[]`. So I adjusted it to not do that
https://github.com/llvm/llvm-project/pull/123261
More information about the lldb-commits
mailing list