Home
last modified time | relevance | path

Searched refs:auto_handle_events (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp149 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 DSBDebugger.cpp1229 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 DSBDebugger.h376 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 DCommandInterpreter.h174 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 DSBDebugger.i537 RunCommandInterpreter (bool auto_handle_events,