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.
This commit is contained in:
Andrew Cagney 2005-01-14 23:27:14 +00:00
parent f304d6ec50
commit 1c3c7ee7fb
9 changed files with 24 additions and 15 deletions

View file

@ -1329,7 +1329,7 @@ remote_fileio_request (char *buf)
remote_fio_no_longjmp = 0;
ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf,
NULL, RETURN_MASK_ALL);
RETURN_MASK_ALL);
switch (ex)
{
case RETURN_ERROR: