K 10 svn:author V 3 kib K 8 svn:date V 27 2012-03-12T12:53:27.893009Z K 7 svn:log V 311 MFC r232240: Currently, the debugger attached to the process executing vfork() does not get syscall exit notification until the child performed exec of exit. Swap the order of doing ptracestop() and waiting for P_PPWAIT clearing, by postponing the wait into syscallret after ptracestop() notification is done. END