Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h779 bool m_allow_exit_code = false; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp233 m_allow_exit_code = allow; in AllowExitCodeOnQuit()
239 if (!m_allow_exit_code) in SetQuitExitCode()