CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/15 11:58:41
Modified files:
sys/arch/i386/i386: db_trace.c locore.s
sys/arch/i386/include: frame.h
Log message:
Reorder trapframe/intrframe to put %ebp next to %eip and make it
behave like a real call frame, thus vastly simplifying the ddb back
trace logic.
from hshoexer@; initially from guenther@; OK deraadt@
