Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp148 void SBCommandInterpreterRunOptions::SetAutoHandleEvents( in SetAutoHandleEvents() function in SBCommandInterpreterRunOptions
152 m_opaque_up->SetAutoHandleEvents(auto_handle_events); in SetAutoHandleEvents()
H A DSBDebugger.cpp1197 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
1214 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h69 void SetAutoHandleEvents(bool);
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h173 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() function
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp568 options.SetAutoHandleEvents(true); in MainLoop()