Searched hist:"7 ce5e15ebe85f1fd8ba8df94fbd424018c74a618" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | diff 7ce5e15ebe85f1fd8ba8df94fbd424018c74a618 Sun Oct 05 04:03:54 CEST 2008 David Xu <davidxu@FreeBSD.org> If the current thread 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. Otherwise, the new thread will receive a (likely unexpected) SIGTRAP when it executes the first instruction after returning to userland. diff 7ce5e15ebe85f1fd8ba8df94fbd424018c74a618 Sun Oct 05 04:03:54 CEST 2008 David Xu <davidxu@FreeBSD.org> If the current thread 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. Otherwise, the new thread will receive a (likely unexpected) SIGTRAP when it executes the first instruction after returning to userland.
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | diff 7ce5e15ebe85f1fd8ba8df94fbd424018c74a618 Sun Oct 05 04:03:54 CEST 2008 David Xu <davidxu@FreeBSD.org> If the current thread 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. Otherwise, the new thread will receive a (likely unexpected) SIGTRAP when it executes the first instruction after returning to userland. diff 7ce5e15ebe85f1fd8ba8df94fbd424018c74a618 Sun Oct 05 04:03:54 CEST 2008 David Xu <davidxu@FreeBSD.org> If the current thread 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. Otherwise, the new thread will receive a (likely unexpected) SIGTRAP when it executes the first instruction after returning to userland.
|