Home
last modified time | relevance | path

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

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