Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreterRunOptions.cpp142 bool SBCommandInterpreterRunOptions::GetAutoHandleEvents() const { in GetAutoHandleEvents() function in SBCommandInterpreterRunOptions
145 return m_opaque_up->GetAutoHandleEvents(); in GetAutoHandleEvents()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreterRunOptions.h67 bool GetAutoHandleEvents() const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h177 bool GetAutoHandleEvents() const { in GetAutoHandleEvents() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp3392 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()
3406 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp14669 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetAutoHandleEvents(); in _wrap_SBCommandInterpreterRunOptions_GetAutoHandleEvents()