[Lldb-commits] [PATCH] D157609: [lldb] Add more ways to find split DWARF files

David Blaikie via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 11 18:59:57 PDT 2023


dblaikie added a comment.

Any chance we could simplify this situation and have dwo searches use exactly the same/shared logic as source file searches? It seems like the dwarf spec intent was for that to be the case.

I don't mind adding more ways to find things, but think it'd be useful if we only had one set of rules instead of two, to prevent divergence.

(The script idea from Greg sounds ok too (but ideally, also in the context of one search system for both source and dwo) - but yeah, maybe invasive enough that it merits a separate/broader design discussion)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157609/new/

https://reviews.llvm.org/D157609



More information about the lldb-commits mailing list