Also give the indication on how to use vgdb when --vgdb-stop-at is given

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13919
This commit is contained in:
Philippe Waroquiers 2014-04-29 19:04:50 +00:00
parent d5cb000e92
commit 4b81782886
2 changed files with 4 additions and 1 deletions

View File

@ -279,7 +279,8 @@ void remote_open (const HChar *name)
pid);
}
if (VG_(clo_verbosity) > 1
|| VG_(clo_vgdb_error) < 999999999) {
|| VG_(clo_vgdb_error) < 999999999
|| VG_(clo_vgdb_stop_at) != 0) {
VG_(umsg)("\n");
VG_(umsg)(
"TO DEBUG THIS PROCESS USING GDB: start GDB like this\n"

View File

@ -1,6 +1,8 @@
Nulgrind, the minimal Valgrind tool
(action at startup) vgdb me ...
starting ...
exiting ...
(action at exit) vgdb me ...