1 relaying data between gdb and process ....
2 vgdb
-error value changed from
0 to
999999
3 general valgrind
monitor commands
:
4 help
[debug
] : monitor command help. With debug
: + debugging commands
5 v.wait
[<ms
>] : sleep <ms
> (default
0) then continue
6 v.
info all_errors
: show all errors found so far
7 v.
info last_error
: show last error found
8 v.
info location
<addr
> : show information about location
<addr
>
9 v.
info n_errs_found
[msg
] : show the nr of errors found so far and the given msg
10 v.
info open_fds
: show open file descriptors
(only
if --track
-fds
=yes
)
11 v.kill
: kill the Valgrind process
12 v.
set gdb_output
: set valgrind output to gdb
13 v.
set log_output
: set valgrind output to
log
14 v.
set mixed_output
: set valgrind output to
log, interactive output to gdb
15 v.
set merge
-recursive-frames
<num
> : merge
recursive calls in
max <num
> frames
16 v.
set vgdb
-error
<errornr
> : debug me at error
>= <errornr
>
17 massif
monitor commands
:
19 detailed_snapshot
[<filename
>]
20 takes a snapshot
(or a detailed snapshot
)
21 and saves it in
<filename
>
22 default
<filename
> is massif.vgdb.out
23 all_snapshots
[<filename
>]
24 saves all snapshot
(s
) taken so far in
<filename
>
25 default
<filename
> is massif.vgdb.out
26 monitor command request to kill this process
27 Remote connection closed