Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp417 m_opaque_ptr->GetQuitExitCode(exited); in HasCustomQuitExitCode()
423 return (m_opaque_ptr ? m_opaque_ptr->GetQuitExitCode(exited) : 0); in GetQuitStatus()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h500 int GetQuitExitCode(bool &exited) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp198 int CommandInterpreter::GetQuitExitCode(bool &exited) const { in GetQuitExitCode() function in CommandInterpreter