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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1038   if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback);
 1043     Py_XINCREF(type);
 1045     PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);