File: mcwatchpoints.stdoutB.exp

package info (click to toggle)
valgrind 1%3A3.12.0~svn20160714-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120,428 kB
  • ctags: 70,855
  • sloc: ansic: 674,645; exp: 26,134; xml: 21,574; asm: 7,570; cpp: 7,567; makefile: 7,380; sh: 6,188; perl: 5,855; haskell: 195
file content (40 lines) | stat: -rw-r--r-- 1,459 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Breakpoint 1 at 0x........: file watchpoints.c, line 7.
Continuing.
Breakpoint 1, breakme (line=19) at watchpoints.c:7
7	   fprintf(stderr, "breakme function called from line %d\n", line);
Hardware read watchpoint 2: undefined[0]
Hardware access (read/write) watchpoint 3: undefined[4]
Hardware watchpoint 4: undefined[8]
Hardware read watchpoint 5: undefined[9]
Hardware access (read/write) watchpoint 6: undefined[9]
Hardware watchpoint 7: undefined[9]
Continuing.
Hardware read watchpoint 2: undefined[0]
Value = 117 'u'
main (argc=1, argv=0x........) at watchpoints.c:23
23	   if (undefined[0] == 'u')
Continuing.
Hardware access (read/write) watchpoint 3: undefined[4]
Value = 102 'f'
main (argc=1, argv=0x........) at watchpoints.c:28
28	   if (undefined[4] == 'f')
Continuing.
Hardware access (read/write) watchpoint 3: undefined[4]
Old value = 102 'f'
New value = 70 'F'
main (argc=1, argv=0x........) at watchpoints.c:46
46	   fprintf(stderr, "before writing 8\n");
Continuing.
Hardware watchpoint 4: undefined[8]
Old value = 100 'd'
New value = 68 'D'
main (argc=1, argv=0x........) at watchpoints.c:49
49	   fprintf(stderr, "after writing 8\n");
Delete all breakpoints? (y or n) [answered Y; input not from terminal]
Breakpoint 8 at 0x........: file watchpoints.c, line 70.
Continuing.
Breakpoint 8, main (argc=1, argv=0x........) at watchpoints.c:70
70	      free(k50); //break2
$1 = 'p' <repeats 50000 times>
Continuing.
Program exited normally.