Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectQuit.cpp95 if (!m_interpreter.SetQuitExitCode(exit_code)) { in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h591 LLVM_NODISCARD bool SetQuitExitCode(int exit_code);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp207 bool CommandInterpreter::SetQuitExitCode(int exit_code) { in SetQuitExitCode() function in CommandInterpreter