|
From: <sv...@va...> - 2014-04-29 19:05:03
|
Author: philippe
Date: Tue Apr 29 19:04:50 2014
New Revision: 13919
Log:
Also give the indication on how to use vgdb when --vgdb-stop-at is given
Modified:
trunk/coregrind/m_gdbserver/remote-utils.c
trunk/gdbserver_tests/nlgone_exit.stderr.exp
Modified: trunk/coregrind/m_gdbserver/remote-utils.c
==============================================================================
--- trunk/coregrind/m_gdbserver/remote-utils.c (original)
+++ trunk/coregrind/m_gdbserver/remote-utils.c Tue Apr 29 19:04:50 2014
@@ -279,7 +279,8 @@
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"
Modified: trunk/gdbserver_tests/nlgone_exit.stderr.exp
==============================================================================
--- trunk/gdbserver_tests/nlgone_exit.stderr.exp (original)
+++ trunk/gdbserver_tests/nlgone_exit.stderr.exp Tue Apr 29 19:04:50 2014
@@ -1,6 +1,8 @@
Nulgrind, the minimal Valgrind tool
(action at startup) vgdb me ...
+
+
starting ...
exiting ...
(action at exit) vgdb me ...
|