mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
to let the user specify a max nr of loss records to output : on huge
applications, interactive display of a lot of records in gdb can
take a lot of time.
* mc_include.h :
- added UInt max_loss_records_output; to LeakCheckParams structure
- avoid passing LeakCheckParams by struct copy.
* modified test gdbserver_tests/mcleak to test the new parameter
* mc_main.c : parse or set max_loss_records_output in leak_check cmd
handling and calls.
* mc-manual.xml : document new leak_check parameter
* mc_leakcheck.c :
- extract printing rules logic in its own function
- in print_results, if there is a limit in LeakCheckParam,
compute from where the printing of loss records has to start
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12329
99 lines
3.9 KiB
Plaintext
99 lines
3.9 KiB
Plaintext
relaying data between gdb and process ....
|
|
vgdb-error value changed from 0 to 999999
|
|
10 bytes in 1 blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:23)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
0 (-10) bytes in 0 (-1) blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
0 (-10) bytes in 0 (-1) blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
10 (+10) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
32 (+32) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
33 (-32) bytes in 1 (-1) blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
10 bytes in 1 blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:14)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
21 bytes in 1 blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:23)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
32 bytes in 1 blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
33 bytes in 1 blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
32 bytes in 1 blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
33 bytes in 1 blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
33 bytes in 1 blocks are still reachable in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
32 bytes in 1 blocks are definitely lost in loss record ... of ...
|
|
at 0x........: malloc (vg_replace_malloc.c:...)
|
|
by 0x........: f (leak-delta.c:28)
|
|
by 0x........: main (leak-delta.c:60)
|
|
|
|
Remote connection closed
|