Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp1243 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 DSBDebugger.h439 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 DCommandInterpreter.h181 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() argument
182 m_auto_handle_events = auto_handle_events ? eLazyBoolYes : eLazyBoolNo; in SetAutoHandleEvents()