• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
8Hardware read watchpoint 5: undefined[9]
9Hardware access (read/write) watchpoint 6: undefined[9]
10Hardware watchpoint 7: undefined[9]
11Continuing.
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]
34Breakpoint 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>
39Continuing.
40Program exited normally.
41