[Lldb-commits] [PATCH] D79120: [lldb/API] Add RunCommandInterpreter overload that returns SBCommandInterpreterRunResults (NFC)
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 29 13:28:09 PDT 2020
JDevlieghere created this revision.
JDevlieghere added reviewers: clayborg, labath.
JDevlieghere added a parent revision: D79115: [lldb/API] Move SBCommandInterpreterRunOption in its own header. (NFC).
JDevlieghere added a child revision: D78825: [lldb/Driver] Exit with a non-zero exit code in batch mode when stopping because of an error..
This adds an `RunCommandInterpreter` overload that returns an instance of `SBCommandInterpreterRunResults`. The goal is to avoid having to add more and more overloads when we need more output arguments.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D79120
Files:
lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
lldb/include/lldb/API/SBDebugger.h
lldb/include/lldb/API/SBDefines.h
lldb/source/API/SBCommandInterpreterRunOptions.cpp
lldb/source/API/SBDebugger.cpp
lldb/tools/driver/Driver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79120.260999.patch
Type: text/x-patch
Size: 8675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200429/9835c1d2/attachment.bin>
More information about the lldb-commits
mailing list