From 9748446f533aef6d3a568667e37b55c74f078f4d Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 13 Jun 1993 18:16:42 +0000 Subject: * defs.h, main.c (catch_errors): Add return_mask arg. stack.c (print_frame_info): Pass RETURN_MASK_ERROR. other callers: Pass RETURN_MASK_ALL. (return_to_top_level), callers: Add return_reason arg. * utils.c (quit): Use return_to_top_level (RETURN_QUIT) instead of error (). * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER): Use SET_TOP_LEVEL not setjmp (to_top_level). * remote-nindy.c: Use catch_errors not setjmp (to_top_level). --- gdb/xcoffexec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/xcoffexec.c') diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index cfc6a78..0e997b1 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -467,7 +467,8 @@ add_vmap(ldi) #ifndef SOLIB_SYMBOLS_MANUAL if (catch_errors (objfile_symbol_add, (char *)obj, - "Error while reading shared library symbols:\n")) + "Error while reading shared library symbols:\n", + RETURN_MASK_ALL)) { /* Note this is only done if symbol reading was successful. */ vmap_symtab (vp); -- cgit v1.1