From: Timothee B. <tt...@id...> - 2003-06-22 16:42:26
|
I don't know much about valgrind code, but I added a verbose message to vg_is_GDB_attach_requested and saw that the ioerror jump is being used. Don't know how to retrieve the errno from there though. TTimo On Sun, 22 Jun 2003 16:14:09 +0200 Timothee Besset <tt...@id...> wrote: > I am trying to use the --gdb-attach=yes option to use gdb and lookup > errors reported by valgrind. I am seeing the prompt: > > ==4853== ---- Attach to GDB ? --- [Return/N/n/Y/y/C/c] ---- ==4853== > > But valgrind continues to run without actually stopping at the prompt. > What is causing this? > > I don't think I'm doing anything really strange to stdin. It's a console > application with a little shell though, so I'm constantly scanning stdin > for my own input. I suppose that can be a problem? > > TTimo > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- |