[Lldb-commits] [PATCH] D58564: [Reproducers] Add command provider

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 1 09:56:48 PST 2019


JDevlieghere updated this revision to Diff 188932.
JDevlieghere marked 3 inline comments as done.
JDevlieghere added a comment.

- Moved the logic into SBDebugger.
- Created DataRecorder factory.
- Stored DataRecorder as a field in Debugger.


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

https://reviews.llvm.org/D58564

Files:
  lldb/include/lldb/Core/Debugger.h
  lldb/include/lldb/Core/IOHandler.h
  lldb/include/lldb/Utility/Reproducer.h
  lldb/source/API/SBDebugger.cpp
  lldb/source/Commands/CommandObjectCommands.cpp
  lldb/source/Commands/CommandObjectExpression.cpp
  lldb/source/Core/Debugger.cpp
  lldb/source/Core/IOHandler.cpp
  lldb/source/Expression/REPL.cpp
  lldb/source/Interpreter/CommandInterpreter.cpp
  lldb/source/Utility/Reproducer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58564.188932.patch
Type: text/x-patch
Size: 18811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190301/519b227f/attachment-0001.bin>


More information about the lldb-commits mailing list