1Breakpoint 1 at 0x........: file watchpoints.c, line 7. 2Continuing. 3Breakpoint 1, breakme (line=19) at watchpoints.c:7 47 fprintf(stderr, "breakme function called from line %d\n", line); 5Hardware read watchpoint 2: undefined[0] 6Hardware access (read/write) watchpoint 3: undefined[4] 7Hardware watchpoint 4: undefined[8] 8Continuing. 9Hardware read watchpoint 2: undefined[0] 10Value = 117 'u' 11main (argc=1, argv=0x........) at watchpoints.c:23 1223 if (undefined[0] == 'u') 13Continuing. 14Hardware access (read/write) watchpoint 3: undefined[4] 15Value = 102 'f' 16main (argc=1, argv=0x........) at watchpoints.c:28 1728 if (undefined[4] == 'f') 18Continuing. 19Hardware access (read/write) watchpoint 3: undefined[4] 20Old value = 102 'f' 21New value = 70 'F' 22main (argc=1, argv=0x........) at watchpoints.c:46 2346 fprintf(stderr, "before writing 8\n"); 24Continuing. 25Hardware watchpoint 4: undefined[8] 26Old value = 100 'd' 27New value = 68 'D' 28main (argc=1, argv=0x........) at watchpoints.c:49 2949 fprintf(stderr, "after writing 8\n"); 30Delete all breakpoints? (y or n) [answered Y; input not from terminal] 31Continuing. 32