Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / catch-signal.c
index d128958c30caa68a34974d00d55336adbeac2d2c..278e5846d56c5c70dcf2ab76e0aea91e5207c443 100644 (file)
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2012-2013 Free Software Foundation, Inc.
+   Copyright 2012-2017 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -42,5 +42,7 @@ main ()
   raise (SIGHUP);              /* third HUP */
 
   raise (SIGHUP);              /* fourth HUP */
+
+  raise (SIGINT);              /* first INT */
 }
 
This page took 0.024709 seconds and 4 git commands to generate.