- Run a simple test program that forks a child but doesn't wait for the
child in the parent under gdb with follow-fork-mode set to child and
using a breakpoint or catchpoint to ensure the child stops while the
parent exits. The child will be killed with SIGHUP when it resumes
without this change.