CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2015/03/30 22:40:47

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

Log message:
Tracing across an interrupt frame was failing because the trace code thought
the interrupt frame was at the same address as the frame that was interrupted.
Correct the calculated frame pointer for the interrupt frame to have the same
offset to the struct trapframe on the stack as does syscall and trap.

ok kettenis@ mlarkin@

Reply via email to