CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/26 06:47:02
Modified files:
sys/arch/amd64/amd64: db_trace.c machdep.c
sys/arch/amd64/include: frame.h frameasm.h
Log message:
Reorder trapframe/intrframe to put %rbp next to %rip and make it
behave like a real call frame, thus vastly simplifying the ddb back
trace logic.
based on whinging from deraadt@
ok jasper@ mpi@ phessler@
