Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-utils.c225 gdbpy_obj_to_string (PyObject *obj) in gdbpy_obj_to_string() function
266 str = gdbpy_obj_to_string (pvalue); in gdbpy_exception_to_string()
268 str = gdbpy_obj_to_string (ptype); in gdbpy_exception_to_string()
H A Dpython-internal.h344 char *gdbpy_obj_to_string (PyObject *obj);
H A Dpython.c1070 type = gdbpy_obj_to_string (ptype); in gdbpy_print_stack()