[Lldb-commits] [PATCH] D158182: [lldb] Try to find relative DWO files by file name only, as a last resort

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 17 07:07:53 PDT 2023


DavidSpickett added a comment.

@clayborg This is I think what you meant. I'm not 100% sure it's safe because I keep wondering if we could find the wrong files this way, but with 1 DWO file per program it seems unlikely.

I've reduced the nesting in the new tests compared to the previous patch. Also this version builds all the possible paths first, then tries them all. I can try to rework that so we do it as we go, but tell me what you think of the functionality first.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158182



More information about the lldb-commits mailing list