CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/25 00:10:19
Modified files:
sys/arch/mips64/mips64: trap.c
Log message:
Use unguarded loads in stack trace saving
The stack trace saver should see a system state that is not broken.
Therefore use unguarded memory accesses.
However, the unwinder is still haphazard. Terminate immediately if
the program counter or stack pointer look inconsistent.
