cvs commit: src/sys/sparc64/sparc64 vm_machdep.c
Thomas Moestl
tmm at FreeBSD.org
Tue Mar 23 15:12:03 PST 2004
tmm 2004/03/23 15:12:03 PST
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 vm_machdep.c
Log:
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
Revision Changes Path
1.60 +2 -0 src/sys/sparc64/sparc64/vm_machdep.c
More information about the cvs-src
mailing list