reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86256   SWIG_Python_SetConstant(d, "eReturnStatusQuit",SWIG_From_int(static_cast< int >(lldb::eReturnStatusQuit)));
tools/lldb/source/Commands/CommandObjectQuit.cpp
  105   result.SetStatus(eReturnStatusQuit);
tools/lldb/source/Expression/REPL.cpp
  227         if (result.GetStatus() == lldb::eReturnStatusQuit) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2788   case eReturnStatusQuit: