Home
last modified time | relevance | path

Searched refs:PyErr_NewException (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython-internal.h165 return PyErr_NewException (const_cast<char *> (name), base, dict); in gdb_PyErr_NewException()
168 #define PyErr_NewException gdb_PyErr_NewException macro
Dpython.c2302 gdbpy_gdb_error = PyErr_NewException ("gdb.error", PyExc_RuntimeError, NULL); in do_start_initialization()
2307 gdbpy_gdb_memory_error = PyErr_NewException ("gdb.MemoryError", in do_start_initialization()
2314 gdbpy_gdberror_exc = PyErr_NewException ("gdb.GdbError", NULL, NULL); in do_start_initialization()
/netbsd/src/external/bsd/tre/dist/python/
Dtre-python.c586 ErrorObject = PyErr_NewException(TRE_MODULE ".Error", NULL, NULL); in inittre()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201715115 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)