Searched refs:auto_handle_events (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/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 | 1229 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() argument 1231 LLDB_INSTRUMENT_VA(this, auto_handle_events, spawn_thread); in RunCommandInterpreter() 1235 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter() 1241 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() argument 1248 LLDB_INSTRUMENT_VA(this, auto_handle_events, spawn_thread, options, in RunCommandInterpreter() 1252 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 376 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread); 401 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 174 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() argument 175 m_auto_handle_events = auto_handle_events ? eLazyBoolYes : eLazyBoolNo; in SetAutoHandleEvents()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBDebugger.i | 537 RunCommandInterpreter (bool auto_handle_events,
|