Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectQuit.cpp95 if (!m_interpreter.SetQuitExitCode(exit_code)) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h603 [[nodiscard]] bool SetQuitExitCode(int exit_code);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp224 bool CommandInterpreter::SetQuitExitCode(int exit_code) { in SetQuitExitCode() function in CommandInterpreter