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