Searched refs:fetched_error (Results 1 – 5 of 5) sorted by relevance
371 gdbpy_err_fetch fetched_error; in gdbpy_handle_exception() local372 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()
88 gdbpy_err_fetch fetched_error; in next() local89 gdb::unique_xmalloc_ptr<char> value_str = fetched_error.to_string (); in next()
264 gdbpy_err_fetch fetched_error; in print_stack_unless_memory_error() local265 gdb::unique_xmalloc_ptr<char> msg = fetched_error.to_string (); in print_stack_unless_memory_error()
1625 gdbpy_err_fetch fetched_error; in gdbpy_print_stack() local1627 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()
1993 gdbpy_err_fetch fetched_error; in convert_value_from_python() local2008 fetched_error.restore (); in convert_value_from_python()