* ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
[deliverable/binutils-gdb.git] / gdb / interps.c
index f72f683f44a87eebfcf2d5c99a5dd2f622f81cb7..53616b636153720fbdc9e603b7d1edf3ef32ed7c 100644 (file)
@@ -1,6 +1,6 @@
 /* Manages interpreters for GDB, the GNU debugger.
 
-   Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2007 Free Software Foundation, Inc.
 
    Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc.
 
@@ -402,9 +402,9 @@ interpreter_exec_cmd (char *args, int from_tty)
       if (e.reason < 0)
        {
          interp_set (old_interp);
-         interp_set_quiet (interp_to_use, old_quiet);
+         interp_set_quiet (interp_to_use, use_quiet);
+         interp_set_quiet (old_interp, old_quiet);
          error (_("error in command: \"%s\"."), prules[i]);
-         break;
        }
     }
 
This page took 0.024795 seconds and 4 git commands to generate.