Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp94 if (!m_interpreter.SetQuitExitCode(exit_code)) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h622 [[nodiscard]] bool SetQuitExitCode(int exit_code);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp238 bool CommandInterpreter::SetQuitExitCode(int exit_code) { in SetQuitExitCode() function in CommandInterpreter