CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/10/15 04:13:03

Modified files:
        sys/arch/sparc64/sparc64: db_trace.c 

Log message:
Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace().

Substract the BIAS from the `addr' argument since the unwinding
algorithm assumes the given frame address doesn't include it.

In other words, account for the BIAS added by __builtin_frame_address().

Inputs from and ok kettenis@

Reply via email to