2013-09-20 Chung-Lin Tang <cltang@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / list0.c
index b50fdd4323de8dcc8318387977cb24674cb74141..0255cf37e02c1d2be4b45f6b030de6ed4d46d03f 100644 (file)
@@ -3,10 +3,7 @@
 int main ()
 {
     int x;
-#ifdef usestubs
-    set_debug_traps();
-    breakpoint();
-#endif
+
     x = 0;
     foo (x++);
     foo (x++);
@@ -33,6 +30,9 @@ int main ()
     foo (x++);
     foo (x++);
     foo (x++);
+    foo (x++);
+    foo (x++);
+    foo (x++);
     return 0;
 }
 
@@ -40,4 +40,4 @@ static void
 unused ()
 {
     /* Not used for anything */
-}
+} /* last line */
This page took 0.024841 seconds and 4 git commands to generate.