Home
last modified time | relevance | path

Searched refs:GetQuitExitCode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp414 m_opaque_ptr->GetQuitExitCode(exited); in HasCustomQuitExitCode()
422 return (m_opaque_ptr ? m_opaque_ptr->GetQuitExitCode(exited) : 0); in GetQuitStatus()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h628 int GetQuitExitCode(bool &exited) const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp245 int CommandInterpreter::GetQuitExitCode(bool &exited) const { in GetQuitExitCode() function in CommandInterpreter