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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
  992     type = PyExc_MemoryError;
  995     type = PyExc_IOError;
  998     type = PyExc_RuntimeError;
 1001     type = PyExc_IndexError;
 1004     type = PyExc_TypeError;
 1007     type = PyExc_ZeroDivisionError;
 1010     type = PyExc_OverflowError;
 1013     type = PyExc_SyntaxError;
 1016     type = PyExc_ValueError;
 1019     type = PyExc_SystemError;
 1022     type = PyExc_AttributeError;
 1025     type = PyExc_RuntimeError;
 1027   return type;