Home
last modified time | relevance | path

Searched refs:m_quit_exit_code (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h777 std::optional<int> m_quit_exit_code; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp235 m_quit_exit_code.reset(); in AllowExitCodeOnQuit()
241 m_quit_exit_code = exit_code; in SetQuitExitCode()
246 exited = m_quit_exit_code.has_value(); in GetQuitExitCode()
248 return *m_quit_exit_code; in GetQuitExitCode()