From 5c3ce3f7abb5ee260361bce2f0cf090d63825300 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 17 Mar 2008 15:05:42 +0000 Subject: * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR. * symmisc.c (dump_symtab_1): Likewise. * wrapper.c (gdb_value_struct_elt): Likewise. --- gdb/symmisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/symmisc.c') diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 46645c1..0797d59 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -515,7 +515,7 @@ dump_symtab_1 (struct objfile *objfile, struct symtab *symtab, s.depth = depth + 1; s.outfile = outfile; catch_errors (print_symbol, &s, "Error printing symbol:\n", - RETURN_MASK_ALL); + RETURN_MASK_ERROR); } } fprintf_filtered (outfile, "\n"); -- cgit v1.1