[Lldb-commits] [PATCH] D157609: [lldb] Add more ways to find split DWARF files
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 13 10:04:34 PDT 2023
clayborg added a comment.
In D157609#4644194 <https://reviews.llvm.org/D157609#4644194>, @DavidSpickett wrote:
>> Any chance we could simplify this situation and have dwo searches use exactly the same/shared logic as source file searches?
>
> I'm not sure what exactly this means, can you clarify?
>
> I know that DWP and DWO have different search functions, that could certainly be unified. Not sure how source files work.
Source file search paths and debug info search paths are different in LLDB. GDB had one setting IIRC that handled both. These settings have been in LLDB for a while so I wouldn't recommend changing this up at this point.
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