Searched refs:gdbpy_gdb_error (Results 1 – 3 of 3) sorted by relevance
97 PyObject *gdbpy_gdb_error; variable1593 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()
287 exc_class = gdbpy_gdb_error; in gdbpy_convert_exception()
374 extern PyObject *gdbpy_gdb_error;