Searched refs:auto_handle_events (Results 1 – 4 of 4) sorted by relevance
/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 | 1251 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() 1253 LLDB_INSTRUMENT_VA(this, auto_handle_events, spawn_thread); in RunCommandInterpreter() 1257 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter() 1263 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() 1270 LLDB_INSTRUMENT_VA(this, auto_handle_events, spawn_thread, options, in RunCommandInterpreter() 1274 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter() 1243 RunCommandInterpreter(bool auto_handle_events,bool spawn_thread) RunCommandInterpreter() argument 1255 RunCommandInterpreter(bool auto_handle_events,bool spawn_thread,SBCommandInterpreterRunOptions & options,int & num_errors,bool & quit_requested,bool & stopped_for_crash) RunCommandInterpreter() argument
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 445 /// \param[in] auto_handle_events 454 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread); 459 /// \param[in] auto_handle_events 485 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
|
/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()
|