Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectQuit.cpp92 if (!m_interpreter.SetQuitExitCode(exit_code)) { in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h525 LLVM_NODISCARD bool SetQuitExitCode(int exit_code);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp201 bool CommandInterpreter::SetQuitExitCode(int exit_code) { in SetQuitExitCode() function in CommandInterpreter