This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: B20: hang on pipe to grep


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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]