Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h660 llvm::Optional<int> m_quit_exit_code; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp198 m_quit_exit_code.reset(); in AllowExitCodeOnQuit()
204 m_quit_exit_code = exit_code; in SetQuitExitCode()
209 exited = m_quit_exit_code.hasValue(); in GetQuitExitCode()
211 return *m_quit_exit_code; in GetQuitExitCode()