diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-03-17 15:05:42 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-03-17 15:05:42 +0000 |
commit | 5c3ce3f7abb5ee260361bce2f0cf090d63825300 (patch) | |
tree | efd85aa752a5078dd905a5106f05b765352ef1e5 /gdb/symmisc.c | |
parent | fa2c6a57ca78416ad3546b9aea4e2a0b77e78989 (diff) | |
download | gdb-5c3ce3f7abb5ee260361bce2f0cf090d63825300.zip gdb-5c3ce3f7abb5ee260361bce2f0cf090d63825300.tar.gz gdb-5c3ce3f7abb5ee260361bce2f0cf090d63825300.tar.bz2 |
* stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR.
* symmisc.c (dump_symtab_1): Likewise.
* wrapper.c (gdb_value_struct_elt): Likewise.
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"); |