PR remote/15455 - QTro remote packet broken
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / actions.c
index ae3c1c38c1c5fa90504a8e475eefa2d82c457f56..25de8b87a0adfab71188a6023a09d7624e6ecbc6 100644 (file)
@@ -1,7 +1,26 @@
+/* This testcase is part of GDB, the GNU debugger.
+
+   Copyright 1998-2013 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
+   the Free Software Foundation; either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+
 /*
  * Test program for trace action commands
  */
 
+#include <string.h>
+
 static char   gdb_char_test;
 static short  gdb_short_test;
 static long   gdb_long_test;
@@ -117,11 +136,6 @@ main (argc, argv, envp)
   int i;
   unsigned long myparms[10];
 
-#ifdef usestubs
-  set_debug_traps ();
-  breakpoint ();
-#endif
-
   begin ();
   for (i = 0; i < sizeof (myparms) / sizeof (myparms[0]); i++)
     myparms[i] = i;
This page took 0.024352 seconds and 4 git commands to generate.