CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/03/05 10:24:27
Modified files: sys/arch/macppc/macppc: db_interface.c sys/arch/powerpc/ddb: db_trace.c sys/arch/powerpc/include: db_machdep.h sys/arch/socppc/socppc: db_interface.c Log message: Define db_reg_t like the other archs by typedef'ing "struct trapframe". This will allow us to use some of the DDB macros on trapframe which are not DDB_REGS.