Home
last modified time | relevance | path

Searched refs:gdbpy_gdb_memory_error (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-utils.c285 exc_class = gdbpy_gdb_memory_error; in gdbpy_convert_exception()
H A Dpython.c100 PyObject *gdbpy_gdb_memory_error; variable
1596 gdbpy_gdb_memory_error = PyErr_NewException ("gdb.MemoryError", in _initialize_python()
1598 PyModule_AddObject (gdb_module, "MemoryError", gdbpy_gdb_memory_error); in _initialize_python()
H A Dpython-internal.h375 extern PyObject *gdbpy_gdb_memory_error;
H A Dpy-prettyprint.c277 if (PyErr_ExceptionMatches (gdbpy_gdb_memory_error)) in print_stack_unless_memory_error()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dvarobj.c1157 if (PyErr_ExceptionMatches (gdbpy_gdb_memory_error)) in update_dynamic_varobj_children()