Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h734 llvm::Optional<int> m_quit_exit_code; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp204 m_quit_exit_code.reset(); in AllowExitCodeOnQuit()
210 m_quit_exit_code = exit_code; in SetQuitExitCode()
215 exited = m_quit_exit_code.has_value(); in GetQuitExitCode()
217 return *m_quit_exit_code; in GetQuitExitCode()