]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Intitialize the frame pointer and return pc of a new process created
authortmm <tmm@FreeBSD.org>
Tue, 23 Mar 2004 23:12:02 +0000 (23:12 +0000)
committertmm <tmm@FreeBSD.org>
Tue, 23 Mar 2004 23:12:02 +0000 (23:12 +0000)
commitf95d851c99d106308aed500a55f78808d5e83ae2
tree2e363ca28c307772560671ad466ae753b2f9e67c
parenta1442efbd3a92a0065dcfbb30e6b3fea289f78ae
Intitialize the frame pointer and return pc of a new process created
in cpu_fork(). This prevents the stack tracer from running past the
end of the stack (only the pc is checked in that case), which became
fatal when db_print_backtrace() was introduced and called outside
of ddb.

Additional testing: kris
sys/sparc64/sparc64/vm_machdep.c