Home
last modified time | relevance | path

Searched refs:gdbpy_exception_to_string (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-function.c105 msg = gdbpy_exception_to_string (ptype, pvalue); in fnpy_call()
H A Dpy-utils.c251 gdbpy_exception_to_string (PyObject *ptype, PyObject *pvalue) in gdbpy_exception_to_string() function
H A Dpython-internal.h345 char *gdbpy_exception_to_string (PyObject *ptype, PyObject *pvalue);
H A Dpy-cmd.c164 msg = gdbpy_exception_to_string (ptype, pvalue); in cmdpy_function()
H A Dpy-prettyprint.c288 msg = gdbpy_exception_to_string (type, value); in print_stack_unless_memory_error()
H A Dpython.c1069 msg = gdbpy_exception_to_string (ptype, pvalue); in gdbpy_print_stack()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dvarobj.c1163 value_str = gdbpy_exception_to_string (type, value); in update_dynamic_varobj_children()