blob: b0232850161d86d782d525bc47cea382f714e39c [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001Breakpoint 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]
philippe09724432012-06-14 19:56:20 +00008Hardware read watchpoint 5: undefined[9]
9Hardware access (read/write) watchpoint 6: undefined[9]
10Hardware watchpoint 7: undefined[9]
sewardj3b290482011-05-06 21:02:55 +000011Continuing.
12Hardware read watchpoint 2: undefined[0]
13Value = 117 'u'
14main (argc=1, argv=0x........) at watchpoints.c:23
1523 if (undefined[0] == 'u')
16Continuing.
17Hardware access (read/write) watchpoint 3: undefined[4]
18Value = 102 'f'
19main (argc=1, argv=0x........) at watchpoints.c:28
2028 if (undefined[4] == 'f')
21Continuing.
22Hardware access (read/write) watchpoint 3: undefined[4]
23Old value = 102 'f'
24New value = 70 'F'
25main (argc=1, argv=0x........) at watchpoints.c:46
2646 fprintf(stderr, "before writing 8\n");
27Continuing.
28Hardware watchpoint 4: undefined[8]
29Old value = 100 'd'
30New value = 68 'D'
31main (argc=1, argv=0x........) at watchpoints.c:49
3249 fprintf(stderr, "after writing 8\n");
33Delete all breakpoints? (y or n) [answered Y; input not from terminal]
34Continuing.