mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
d5cb000e92
commit
4b81782886
@ -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"
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
Nulgrind, the minimal Valgrind tool
|
||||
|
||||
(action at startup) vgdb me ...
|
||||
|
||||
|
||||
starting ...
|
||||
exiting ...
|
||||
(action at exit) vgdb me ...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user