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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits