[Lldb-commits] [PATCH] D86389: [lldb] Add a SymbolFileProvider to record and replay calls to dsymForUUID

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 21 23:43:21 PDT 2020


JDevlieghere updated this revision to Diff 287164.
JDevlieghere added a comment.

- Add test.
- Implement dump method.

Unfortunately, the yaml2obj roundtrip does not preserve the UUID, so the test uses the binary.


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

https://reviews.llvm.org/D86389

Files:
  lldb/include/lldb/Utility/Reproducer.h
  lldb/source/Commands/CommandObjectReproducer.cpp
  lldb/source/Symbol/LocateSymbolFile.cpp
  lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
  lldb/source/Utility/Reproducer.cpp
  lldb/test/Shell/Reproducer/Inputs/core
  lldb/test/Shell/Reproducer/Inputs/dsymforuuid.sh
  lldb/test/Shell/Reproducer/TestDebugSymbols.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86389.287164.patch
Type: text/x-patch
Size: 14450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200822/7dbd265a/attachment.bin>


More information about the lldb-commits mailing list