[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
Fri Sep 1 04:35:16 PDT 2023


DavidSpickett updated this revision to Diff 555330.
DavidSpickett added a comment.

In the interests of my own sanity I've squashed the subsequent review into this one
and applied the suggestions from both.

Also I changed the tests to look for a global so we don't have to update the
line number all the time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157609

Files:
  lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c
  lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c
  lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c
  lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c
  lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157609.555330.patch
Type: text/x-patch
Size: 12828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230901/41795abc/attachment-0001.bin>


More information about the lldb-commits mailing list