7 /* Any output corrupts GDB CLI expect strings.
8 printf("callee: %d\n", i); */
17 if (pid
== 0) /* set breakpoint here */
20 /* printf ("I'm the child!\n"); */
26 /* printf ("I'm the proud parent of child #%d!\n", pid); */
30 exit (0); /* at exit */