Mail Archives: cygwin/1998/11/23/06:59:05
Gary V. Vaughan wrote:
>Is there a way to get gdb to follow the child after a fork()? I could
>probably debug things myself if there were... I always seem to remain in
>the parent process and the child tears away at full speed...
gdb can attach itself to a running process (gdb <progname> <pid>).
so start a new gdb once you know the child's pid.
maybe even have your code launch a gdb that attaches
to the child as soon as it has been created.
raf
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -