[Lldb-commits] [PATCH] D157609: [lldb] Search debug file paths when looking for split DWARF files

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 15 01:43:48 PDT 2023


DavidSpickett added a comment.

> We are also looking for a way to locate .dwo files at Meta. One idea we came up with is to add a setting that can be set:
> (lldb) settings set symbols.locate-dwo-script /path/to/locate-dwo.py

Probably best bring this up on Discourse for a wider audience as I'm not up to date on all the search methods, I just dived into this one in particular. First thought is it sounds a bit like what debuginfod is supposed to do, but I don't know the details of that at the moment.


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