Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp142 bool SBCommandInterpreterRunOptions::GetAutoHandleEvents() const { in GetAutoHandleEvents() function in SBCommandInterpreterRunOptions
145 return m_opaque_up->GetAutoHandleEvents(); in GetAutoHandleEvents()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h67 bool GetAutoHandleEvents() const;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h169 bool GetAutoHandleEvents() const { in GetAutoHandleEvents() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3306 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()
3314 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()