~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to gdbserver_tests/mcleak.stdinB.gdb

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:57:58 UTC
  • mfrom: (1.1.16)
  • Revision ID: bkerensa@ubuntu.com-20121121235758-bd1rv5uc5vzov2p6
Merge from debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
#   fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
71
71
up
72
72
monitor leak_check full reachable changed
 
73
# output all leak records:
 
74
monitor leak_check full reachable any unlimited
 
75
# output the 2 biggest leak records:
 
76
monitor leak_check full reachable any limited 2
 
77
#output the biggest leak record:
 
78
monitor leak_check full reachable any limited 1
 
79
# output the biggest definitely leaked record:
 
80
monitor leak_check full definiteleak any limited 1
73
81
continue
74
82
#   VALGRIND_DO_CHANGED_LEAK_CHECK;
75
83
#