Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h748 bool m_allow_exit_code = false; variable
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp219 m_allow_exit_code = allow; in AllowExitCodeOnQuit()
225 if (!m_allow_exit_code) in SetQuitExitCode()