CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/16 16:28:10
Modified files:
sys/arch/mips64/mips64: db_machdep.c trap.c
Log message:
Merge db_stack_trace_print() and stacktrace() logic, and have the former
invoke the latter to avoid duplicating code.
Fix the logic by looking for `sd' instructions for register saves only,
and read the whole 64-bit value then. Makes the backtraces less wrong.
