Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h736 bool m_allow_exit_code = false; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp202 m_allow_exit_code = allow; in AllowExitCodeOnQuit()
208 if (!m_allow_exit_code) in SetQuitExitCode()