Searched refs:auto_handle_events (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreterRunOptions.cpp | 156 bool auto_handle_events) { in SetAutoHandleEvents() argument 158 (bool), auto_handle_events); in SetAutoHandleEvents() 160 m_opaque_up->SetAutoHandleEvents(auto_handle_events); in SetAutoHandleEvents()
|
D | SBDebugger.cpp | 1161 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() argument 1164 auto_handle_events, spawn_thread); in RunCommandInterpreter() 1168 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter() 1174 void SBDebugger::RunCommandInterpreter(bool auto_handle_events, in RunCommandInterpreter() argument 1184 auto_handle_events, spawn_thread, options, num_errors, in RunCommandInterpreter() 1188 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBDebugger.h | 304 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread); 329 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandInterpreter.h | 178 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() argument 179 m_auto_handle_events = auto_handle_events ? eLazyBoolYes : eLazyBoolNo; in SetAutoHandleEvents()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBDebugger.i | 511 RunCommandInterpreter (bool auto_handle_events,
|