This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
wine multi process debugging
- From: aviseldom at infonegocio dot com
- To: gdb at gdb dot org
- Cc: gdb at sourceware dot org
- Date: Fri, 18 Jul 2008 17:26:32 +0200
- Subject: wine multi process debugging
please cc me I'm not suscribed to the mailing list
Hi,
I'm trying to debug a simple console program running under wine, the
problem is that gdb freezes when wine creates a new process, I'm using
follow-fork-mode child and detach-on-fork off, I've even tried to put a
catchpoint at the fork and attach a new instance of gdb to the new
process but it can't be attached even as root, thanks for you help.
I'm using debian lenny with linux 2.6.21.1, gdb 6.7.1-debian and
wine-1.0
--
Avi