Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h614 bool m_allow_exit_code = false; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp186 m_allow_exit_code = allow; in AllowExitCodeOnQuit()
192 if (!m_allow_exit_code) in SetQuitExitCode()