summaryrefslogtreecommitdiff
path: root/gdb/wrapper.c
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
commite2fe04a212d4987262b2d4a1d89df9ea5e351ea3 (patch)
tree23c41c30984ab9cf42344c00de5b4d48b3732710 /gdb/wrapper.c
parenteb55d9fdf949ef6e29edfccbcffa9b82aac38682 (diff)
downloadgdb-e2fe04a212d4987262b2d4a1d89df9ea5e351ea3.tar.gz
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/wrapper.c')
-rw-r--r--gdb/wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/wrapper.c b/gdb/wrapper.c
index 0e4714e5d07..706394baa6e 100644
--- a/gdb/wrapper.c
+++ b/gdb/wrapper.c
@@ -320,7 +320,7 @@ gdb_value_struct_elt (struct ui_out *uiout, struct value **result, struct value
cargs.err = err;
cargs.result_ptr = result;
return catch_exceptions (uiout, do_captured_value_struct_elt, &cargs,
- NULL, RETURN_MASK_ALL);
+ RETURN_MASK_ALL);
}
static int