Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-utils.c371 gdbpy_err_fetch fetched_error; in gdbpy_handle_exception() local
372 gdb::unique_xmalloc_ptr<char> msg = fetched_error.to_string (); in gdbpy_handle_exception()
391 if (fetched_error.type_matches (PyExc_KeyboardInterrupt)) in gdbpy_handle_exception()
393 else if (! fetched_error.type_matches (gdbpy_gdberror_exc) in gdbpy_handle_exception()
396 fetched_error.restore (); in gdbpy_handle_exception()
Dpy-varobj.c88 gdbpy_err_fetch fetched_error; in next() local
89 gdb::unique_xmalloc_ptr<char> value_str = fetched_error.to_string (); in next()
Dpy-prettyprint.c264 gdbpy_err_fetch fetched_error; in print_stack_unless_memory_error() local
265 gdb::unique_xmalloc_ptr<char> msg = fetched_error.to_string (); in print_stack_unless_memory_error()
Dpython.c1625 gdbpy_err_fetch fetched_error; in gdbpy_print_stack() local
1627 gdb::unique_xmalloc_ptr<char> msg = fetched_error.to_string (); in gdbpy_print_stack()
1632 type = fetched_error.type_to_string (); in gdbpy_print_stack()
Dpy-value.c1993 gdbpy_err_fetch fetched_error; in convert_value_from_python() local
2008 fetched_error.restore (); in convert_value_from_python()