Add a test verifying that it is possible to resume a single process
via the c packet when multiple processes are being debugged. This
includes a tiny change to the test program — when fork() is called,
the child process is no longer terminated immediately but continues
performing the same tasks as queued for the parent.
Sponsored by: The FreeBSD Foundation