Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / gdb1090.c
index b541e1b8fc37cf09cb79d288d552ee7c572930cd..30c2c5f20c3b5153cd88f216a0fd34e125f304a3 100644 (file)
@@ -1,5 +1,5 @@
 /* Test program for multi-register variable.
-   Copyright 2003, 2007, 2008 Free Software Foundation, Inc.
+   Copyright 2003-2017 Free Software Foundation, Inc.
 
    This file is part of the gdb testsuite.
 
@@ -36,7 +36,7 @@ void foo ()
   register struct s_2_by_4 s24;
   s24.field_0 = 1170;
   s24.field_1 = 64701;
-  marker (s24);
+  marker (s24); /* break-here */
   return;
 }
 
This page took 0.025911 seconds and 4 git commands to generate.