Home
last modified time | relevance | path

Searched refs:gdbpy_gdb_error (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython.c97 PyObject *gdbpy_gdb_error; variable
1593 gdbpy_gdb_error = PyErr_NewException ("gdb.error", PyExc_RuntimeError, NULL); in _initialize_python()
1594 PyModule_AddObject (gdb_module, "error", gdbpy_gdb_error); in _initialize_python()
1597 gdbpy_gdb_error, NULL); in _initialize_python()
H A Dpy-utils.c287 exc_class = gdbpy_gdb_error; in gdbpy_convert_exception()
H A Dpython-internal.h374 extern PyObject *gdbpy_gdb_error;