Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp169 void SBCommandInterpreterRunOptions::SetAutoHandleEvents( in SetAutoHandleEvents() function in SBCommandInterpreterRunOptions
171 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAutoHandleEvents, in SetAutoHandleEvents()
174 m_opaque_up->SetAutoHandleEvents(auto_handle_events); in SetAutoHandleEvents()
297 SetAutoHandleEvents, (bool)); in RegisterMethods()
H A DSBDebugger.cpp1212 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
1232 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h69 void SetAutoHandleEvents(bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h173 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() function
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp608 options.SetAutoHandleEvents(true); in MainLoop()