Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1235 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
1252 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h69 void SetAutoHandleEvents(bool);
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h174 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() function
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp570 options.SetAutoHandleEvents(true); in MainLoop()