Searched refs:auto_handle_events (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreterRunOptions.cpp | 149 bool auto_handle_events) { in SetAutoHandleEvents() argument 150 LLDB_INSTRUMENT_VA(this, auto_handle_events); in SetAutoHandleEvents() 152 m_opaque_up->SetAutoHandleEvents(auto_handle_events); in SetAutoHandleEvents()
|
H A D | SBDebugger.cpp | 1243 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() argument 1245 LLDB_INSTRUMENT_VA(this, auto_handle_events, spawn_thread); in RunCommandInterpreter() 1249 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter() 1255 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() argument 1262 LLDB_INSTRUMENT_VA(this, auto_handle_events, spawn_thread, options, in RunCommandInterpreter() 1266 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 439 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread); 470 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 181 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() argument 182 m_auto_handle_events = auto_handle_events ? eLazyBoolYes : eLazyBoolNo; in SetAutoHandleEvents()
|