Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp142 bool SBCommandInterpreterRunOptions::GetAutoHandleEvents() const { in GetAutoHandleEvents() function in SBCommandInterpreterRunOptions
145 return m_opaque_up->GetAutoHandleEvents(); in GetAutoHandleEvents()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h67 bool GetAutoHandleEvents() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h170 bool GetAutoHandleEvents() const { in GetAutoHandleEvents() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3358 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()
3366 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()