Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h746 std::optional<int> m_quit_exit_code; variable
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp221 m_quit_exit_code.reset(); in AllowExitCodeOnQuit()
227 m_quit_exit_code = exit_code; in SetQuitExitCode()
232 exited = m_quit_exit_code.has_value(); in GetQuitExitCode()
234 return *m_quit_exit_code; in GetQuitExitCode()