GDB follow-fork

Actually, part of the forks functionality was added both in kernel and GDB. Now, GDB works without PT_FOLLOW_EXEC switch because are implementing it. The detach-on-fork mode was added in GDB 6.5 but it only works on Linux and is not implemented on FreeBSD.

There are several mailing lists for discussions about GDB development, GDB announcements, GDB bug reports and GDB patches.
 
Back
Top