Searched hist:"5 ad5504c14c8a0c32f58ad03a29d8d9602900780" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | diff 5ad5504c14c8a0c32f58ad03a29d8d9602900780 Wed Dec 08 20:03:55 CET 2004 Kelly Yancey <kbyanc@FreeBSD.org> If the parent process has the trap bit set (i.e. a debugger had single stepped the process to the system call), we need to clear the trap flag from the new frame unless the debugger had set PF_FORK on the parent. Otherwise, the child will receive a (likely unexpected) SIGTRAP when it executes the first instruction after returning to userland.
Reviewed by: bde MFC after: 3 days diff 5ad5504c14c8a0c32f58ad03a29d8d9602900780 Wed Dec 08 20:03:55 CET 2004 Kelly Yancey <kbyanc@FreeBSD.org> If the parent process has the trap bit set (i.e. a debugger had single stepped the process to the system call), we need to clear the trap flag from the new frame unless the debugger had set PF_FORK on the parent. Otherwise, the child will receive a (likely unexpected) SIGTRAP when it executes the first instruction after returning to userland.
Reviewed by: bde MFC after: 3 days
|