K 10 svn:author V 3 kib K 8 svn:date V 27 2012-02-27T21:10:10.907892Z K 7 svn:log V 390 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. Reported, tested and reviewed by: Dmitry Mikulin MFC after: 2 weeks END