diff options
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r-- | gdb/symmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |