Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index 0220b42749e9df98bfddd35f9da28d8d9a4903f1..7666de390cd58e02123ba756b6ea06d3a0a83569 100644 (file)
@@ -349,16 +349,15 @@ dump_symtab_1 (struct symtab *symtab, struct ui_file *outfile)
             block, not any blocks from included symtabs.  */
          ALL_DICT_SYMBOLS (BLOCK_MULTIDICT (b), miter, sym)
            {
-             TRY
+             try
                {
                  print_symbol (gdbarch, sym, depth + 1, outfile);
                }
-             CATCH (ex, RETURN_MASK_ERROR)
+             catch (const gdb_exception_error &ex)
                {
                  exception_fprintf (gdb_stderr, ex,
                                     "Error printing symbol:\n");
                }
-             END_CATCH
            }
        }
       fprintf_filtered (outfile, "\n");
This page took 0.024441 seconds and 4 git commands to generate.