On Mon, 2012-07-16 at 20:21 +0000, Anup wrote: > I use Ubuntu 10.04 LTS (64 bit). GDB version is 7.1-ubuntu. > As you mentioned, after the valgrind command it stops for GDB to attach the > process. I entered the following command there: > > target remote | /usr/local/lib/valgrind/../../bin/vgdb --pid=7394 -d > > There is no -v option. Then continued using 'c' command on GDB. > I don't see any difference from the previous output. Is that the correct way > to > used option -d? Effectively, vgdb only has -d option. In this case, you must give the option -v -d to valgrind so as to have more trace from the Valgrind gdbserver.
Philippe ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
