Home
last modified time | relevance | path

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

/llvm-project/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/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h67 bool GetAutoHandleEvents() const;
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h177 bool GetAutoHandleEvents() const { in GetAutoHandleEvents() function
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3450 if (options.GetAutoHandleEvents()) in ResolveCommandImpl()
3464 if (options.GetAutoHandleEvents()) in ResolveCommandImpl()