Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h612 llvm::Optional<int> m_quit_exit_code; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp188 m_quit_exit_code.reset(); in AllowExitCodeOnQuit()
194 m_quit_exit_code = exit_code; in SetQuitExitCode()
199 exited = m_quit_exit_code.hasValue(); in GetQuitExitCode()
201 return *m_quit_exit_code; in GetQuitExitCode()