[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)
David Blaikie via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 10:18:34 PDT 2024
dwblaikie wrote:
One easy question would be: do you/your users use -fdebug-types-section? If so, that'd probably explain what you were seeing & you could add some test coverage for that wherever you like (in lldb, presumably, maybe in bolt too). But if you/they don't, then it's unclear where this bad index came from - and it'd be good to know more about the DWARF so we could figure out where else there might be problems like this...
https://github.com/llvm/llvm-project/pull/91808
More information about the lldb-commits
mailing list