Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h67 bool GetAutoHandleEvents() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h177 bool GetAutoHandleEvents() const { in GetAutoHandleEvents() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3392 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()
3406 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14669 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAutoHandleEvents(); in _wrap_SBCommandInterpreterRunOptions_GetAutoHandleEvents()