blob: 27cd8cbd3e586c3aa883b1ed147ca5a11ecb53c7 [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]
philippe01a492e2013-07-30 20:26:06 +000034Breakpoint 8 at 0x........: file watchpoints.c, line 70.
35Continuing.
36Breakpoint 8, main (argc=1, argv=0x........) at watchpoints.c:70
3770 free(k50); //break2
38$1 = 'p' <repeats 50000 times>
sewardj3b290482011-05-06 21:02:55 +000039Continuing.
philippe0447bbd2012-10-17 21:32:03 +000040Program exited normally.