[Lldb-commits] [PATCH] D79108: [lldb/CommandInterpreter] Move AutoHandleEvents and SpawnThread into CommandInterpreterRunOptions (NFC)
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 30 01:12:46 PDT 2020
labath accepted this revision.
labath added inline comments.
================
Comment at: lldb/source/API/SBDebugger.cpp:1189-1190
if (m_opaque_sp) {
+ options.SetAutoHandleEvents(auto_handle_events);
+ options.SetSpawnThread(spawn_thread);
CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter();
----------------
Maybe document somewhere that the arguments take precedence over what's present in SBCommandInterpreterRunOptions
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79108/new/
https://reviews.llvm.org/D79108
More information about the lldb-commits
mailing list