[Lldb-commits] [PATCH] D89600: [lldb] Move copying of reproducer out of process

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 19 16:18:33 PDT 2020


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

- Implement a FlushingFileCollector that appends paths to a file
- Create the mapping out-of-process
- Add an InProcessFinalizer that uses the current reproducer instance to copy over the files in-process


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

https://reviews.llvm.org/D89600

Files:
  lldb/include/lldb/API/SBReproducer.h
  lldb/include/lldb/Host/FileSystem.h
  lldb/include/lldb/Utility/Reproducer.h
  lldb/include/lldb/Utility/ReproducerProvider.h
  lldb/source/API/SBReproducer.cpp
  lldb/source/Commands/CommandObjectReproducer.cpp
  lldb/source/Host/common/FileSystem.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
  lldb/source/Utility/Reproducer.cpp
  lldb/source/Utility/ReproducerProvider.cpp
  lldb/test/Shell/Reproducer/TestCaptureEnvOverride.test
  lldb/tools/driver/Driver.cpp
  lldb/tools/driver/Options.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89600.299214.patch
Type: text/x-patch
Size: 17057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201019/6939d459/attachment-0001.bin>


More information about the lldb-commits mailing list