Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-utils.c172 gdbpy_obj_to_string (PyObject *obj) in gdbpy_obj_to_string() function
199 return gdbpy_obj_to_string (value.get ()); in to_string()
201 return gdbpy_obj_to_string (this->type ().get ()); in to_string()
209 return gdbpy_obj_to_string (this->type ().get ()); in type_to_string()
Dpy-registers.c377 gdb::unique_xmalloc_ptr<char> reg_name (gdbpy_obj_to_string (pyo_reg_id));
Dpy-mi.c313 gdb::unique_xmalloc_ptr<char> string (gdbpy_obj_to_string (result)); in serialize_mi_result_1()
Dpython-internal.h889 gdb::unique_xmalloc_ptr<char> gdbpy_obj_to_string (PyObject *obj);
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20161984 (gdbpy_obj_to_string, gdbpy_exception_to_string)
1991 (python_string_to_host_string, gdbpy_obj_to_string)
DChangeLog-20105299 * python/py-utils.c (gdbpy_obj_to_string): New function.
5302 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
DChangeLog-20119758 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
DChangeLog-201718018 (python_string_to_host_string, gdbpy_obj_to_string)