* stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.

* symmisc.c (dump_symtab_1): Likewise.
	* wrapper.c (gdb_value_struct_elt): Likewise.
This commit is contained in:
Daniel Jacobowitz
2008-03-17 15:06:24 +00:00
parent 3086ea1afe
commit 4682d2aafd
4 changed files with 10 additions and 4 deletions

View File

@@ -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");