Clarify "list" output when specified lines are ambiguous
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / display.c
index 332c45b4c6d90f64deb2b63fd5b3fd593772db45..cd833e20d9c725fc1f050bbc3567e62fae559b66 100644 (file)
@@ -14,6 +14,8 @@ int do_loops()
     int k=0;
     int j=0;
     float f=3.1415;
+    int *p_i = &i;
+
     for( i = 0; i < LOOP; i++ ) { /* set breakpoint 1 here */
         for( j = 0; j < LOOP; j++ ) {
             for( k = 0; k < LOOP; k++ ) {
This page took 0.024487 seconds and 4 git commands to generate.