summaryrefslogtreecommitdiffstats
path: root/gdb/exceptions.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-01-14 23:27:14 +0000
committerAndrew Cagney <cagney@redhat.com>2005-01-14 23:27:14 +0000
commit1c3c7ee7fbd13bf80fa8ff28bd867c20ae216196 (patch)
treecd509ea6feaa80f1131a5e54fa64e495b44bae67 /gdb/exceptions.h
parentf304d6ec50b63ce98a594cec959fbed065af9aaf (diff)
downloadppe42-binutils-1c3c7ee7fbd13bf80fa8ff28bd867c20ae216196.tar.gz
ppe42-binutils-1c3c7ee7fbd13bf80fa8ff28bd867c20ae216196.zip
2005-01-14 Andrew Cagney <cagney@gnu.org>
* exceptions.h (catch_exceptions): Delete errstring parameter. (catch_exceptions_with_msg): Ditto. * exceptions.c (catch_exceptions_with_msg): Update. (catch_exceptions): Update. * symfile-mem.c (add_vsyscall_page): Update. * frame.c (get_current_frame): Update. * wrapper.c (gdb_value_struct_elt): Update. * exceptions.c (catch_exceptions): Update. * thread.c (gdb_list_thread_ids, gdb_thread_select): Update. * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update. * remote-fileio.c (remote_fileio_request): Update.
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r--gdb/exceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h
index 80c120d57c..fddaf37ea1 100644
--- a/gdb/exceptions.h
+++ b/gdb/exceptions.h
@@ -122,12 +122,12 @@ struct ui_out;
typedef int (catch_exceptions_ftype) (struct ui_out *ui_out, void *args);
extern int catch_exceptions (struct ui_out *uiout,
catch_exceptions_ftype *func, void *func_args,
- char *errstring, return_mask mask);
+ return_mask mask);
typedef void (catch_exception_ftype) (struct ui_out *ui_out, void *args);
extern int catch_exceptions_with_msg (struct ui_out *uiout,
catch_exceptions_ftype *func,
void *func_args,
- char *errstring, char **gdberrmsg,
+ char **gdberrmsg,
return_mask mask);
/* This function, in addition, suppresses the printing of the captured
OpenPOWER on IntegriCloud