[Lldb-commits] [PATCH] D86497: [lldb] Add reproducer verifier
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 24 17:11:20 PDT 2020
JDevlieghere created this revision.
JDevlieghere added reviewers: LLDB, labath.
Herald added subscribers: llvm-commits, dang, hiraditya.
Herald added a project: LLVM.
JDevlieghere requested review of this revision.
Add a reproducer verifier that catches:
- Missing or invalid home directory
- Missing or invalid working directory
- Missing or invalid module/symbol paths
- Missing files from the VFS
Repository:
rLLDB LLDB
https://reviews.llvm.org/D86497
Files:
lldb/include/lldb/Utility/ReproducerProvider.h
lldb/source/Commands/CommandObjectReproducer.cpp
lldb/source/Commands/Options.td
lldb/source/Utility/ReproducerProvider.cpp
llvm/include/llvm/Support/VirtualFileSystem.h
llvm/lib/Support/VirtualFileSystem.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86497.287522.patch
Type: text/x-patch
Size: 11875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200825/09244906/attachment.bin>
More information about the lldb-commits
mailing list