[Lldb-commits] [PATCH] D79108: [lldb/CommandInterpreter] Move AutoHandleEvents and SpawnThread into CommandInterpreterRunOptions (NFC)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 29 11:49:00 PDT 2020


JDevlieghere created this revision.
JDevlieghere added reviewers: clayborg, labath, vsk.

This implements Greg's suggestion from D78825 <https://reviews.llvm.org/D78825> to include AutoHandleEvents and SpawnThread in CommandInterpreterRunOptions. This is in preparation for adding a new overload for `RunCommandInterpreter`: `SBCommandInterpreterRunResults RunCommandInterpreter(SBCommandInterpreterRunOptions &options);`.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D79108

Files:
  lldb/include/lldb/API/SBCommandInterpreter.h
  lldb/include/lldb/Interpreter/CommandInterpreter.h
  lldb/source/API/SBCommandInterpreter.cpp
  lldb/source/API/SBDebugger.cpp
  lldb/source/Interpreter/CommandInterpreter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79108.260968.patch
Type: text/x-patch
Size: 5007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200429/ee151811/attachment.bin>


More information about the lldb-commits mailing list