[Lldb-commits] [PATCH] D67474: [Reproducer] Add `reproducer dump` command

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 11 17:17:26 PDT 2019


JDevlieghere created this revision.
JDevlieghere added reviewers: friss, jingham, labath, LLDB.
JDevlieghere added a project: LLDB.
Herald added subscribers: llvm-commits, teemperor, hiraditya.
Herald added a project: LLVM.

This adds a `reproducer dump` commands which makes it possible to inspect a reproducer from inside LLDB. Currently it supports the Files, Commands and Version providers. I'm planning to add support for the GDB Remote provider in a future patch.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D67474

Files:
  lldb/lit/Reproducer/TestDump.test
  lldb/source/Commands/CommandObjectReproducer.cpp
  lldb/source/Commands/Options.td
  llvm/include/llvm/Support/VirtualFileSystem.h
  llvm/lib/Support/VirtualFileSystem.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67474.219835.patch
Type: text/x-patch
Size: 12241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190912/91cf9261/attachment-0001.bin>


More information about the lldb-commits mailing list