Make sure terminal settings are restored before exiting
[deliverable/binutils-gdb.git] / gdb / break-catch-sig.c
index c41bf331499a88ccb93b537293efd749d2a20ae7..419d226bfffbc5a60a17a5e09e23ffdcc608ee5b 100644 (file)
@@ -1,6 +1,6 @@
 /* Everything about signal catchpoints, for GDB.
 
-   Copyright (C) 2011-2014 Free Software Foundation, Inc.
+   Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -346,6 +346,7 @@ signal_catchpoint_print_recreate (struct breakpoint *b, struct ui_file *fp)
     }
   else if (c->catch_all)
     fprintf_unfiltered (fp, " all");
+  fputc_unfiltered ('\n', fp);
 }
 
 /* Implement the "explains_signal" breakpoint_ops method for signal
This page took 0.025587 seconds and 4 git commands to generate.