sewardj | 3b29048 | 2011-05-06 21:02:55 +0000 | [diff] [blame] | 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 |
sewardj | 30b3eca | 2011-06-28 08:20:39 +0000 | [diff] [blame] | 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 n_errs_found : show the nr of errors found so far |
| 9 | v.kill : kill the Valgrind process |
| 10 | v.set gdb_output : set valgrind output to gdb |
| 11 | v.set log_output : set valgrind output to log |
| 12 | v.set mixed_output : set valgrind output to log, interactive output to gdb |
| 13 | v.set vgdb-error <errornr> : debug me at error >= <errornr> |
sewardj | 3b29048 | 2011-05-06 21:02:55 +0000 | [diff] [blame] | 14 | |
| 15 | massif monitor commands: |
sewardj | 30b3eca | 2011-06-28 08:20:39 +0000 | [diff] [blame] | 16 | snapshot [<filename>] |
| 17 | detailed_snapshot [<filename>] |
sewardj | d142f99 | 2011-05-17 17:15:07 +0000 | [diff] [blame] | 18 | takes a snapshot (or a detailed snapshot) |
| 19 | and saves it in <filename> |
sewardj | 3b29048 | 2011-05-06 21:02:55 +0000 | [diff] [blame] | 20 | default <filename> is massif.vgdb.out |
sewardj | 3b29048 | 2011-05-06 21:02:55 +0000 | [diff] [blame] | 21 | |
| 22 | monitor command request to kill this process |
| 23 | Remote connection closed |