[Lldb-commits] [lldb] [lldb/DWARF] Cache negative results of variable parsing (PR #108810)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 17 01:06:38 PDT 2024
https://github.com/Michael137 commented:
Are there cases where we fail to `ParseVariableDIE` the first time around but could succeed later on in the debug sessions?
This comment seems to suggest that's possible: https://github.com/llvm/llvm-project/blob/bbab5e47c17c0ebc9dfe20f43c8aeaae95f37b9e/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp#L3714-L3719
https://github.com/llvm/llvm-project/pull/108810
More information about the lldb-commits
mailing list