blob: 80ccc54b3914f388fa522444b32bc8d490acc803 [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001relaying data between gdb and process ....
2vgdb-error value changed from 0 to 999999
3general valgrind monitor commands:
philippec3360382012-10-21 14:37:14 +00004 help [debug] : monitor command help. With debug: + debugging commands
sewardj30b3eca2011-06-28 08:20:39 +00005 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
philippe02ea4132013-09-04 21:42:43 +00008 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
philippec3360382012-10-21 14:37:14 +00009 v.info open_fds : show open file descriptors (only if --track-fds=yes)
sewardj30b3eca2011-06-28 08:20:39 +000010 v.kill : kill the Valgrind process
11 v.set gdb_output : set valgrind output to gdb
12 v.set log_output : set valgrind output to log
13 v.set mixed_output : set valgrind output to log, interactive output to gdb
philippe46207652013-01-20 17:11:58 +000014 v.set merge-recursive-frames <num> : merge recursive calls in max <num> frames
sewardj30b3eca2011-06-28 08:20:39 +000015 v.set vgdb-error <errornr> : debug me at error >= <errornr>
sewardj3b290482011-05-06 21:02:55 +000016
17massif monitor commands:
sewardj30b3eca2011-06-28 08:20:39 +000018 snapshot [<filename>]
19 detailed_snapshot [<filename>]
sewardjd142f992011-05-17 17:15:07 +000020 takes a snapshot (or a detailed snapshot)
21 and saves it in <filename>
sewardj3b290482011-05-06 21:02:55 +000022 default <filename> is massif.vgdb.out
sewardj3b290482011-05-06 21:02:55 +000023
24monitor command request to kill this process
25Remote connection closed