K 10 svn:author V 3 des K 8 svn:date V 27 2001-10-27T11:11:25.000000Z K 7 svn:log V 319 Add a P_INEXEC flag that indicates that the process has called execve() and it has not yet returned. Use this flag to deny debugging requests while the process is execve()ing, and close once and for all any race conditions that might occur between execve() and various debugging interfaces. Reviewed by: jhb, rwatson END