CVSROOT: /cvs Module name: src Changes by: gkoeh...@cvs.openbsd.org 2020/05/27 16:22:04
Modified files: sys/arch/powerpc64/conf: Makefile.powerpc64 files.powerpc64 sys/arch/powerpc64/include: _types.h db_machdep.h exec.h opal.h sys/arch/powerpc64/powerpc64: db_trace.c locore.S machdep.c trap.c trap_subr.S Added files: sys/arch/powerpc64/powerpc64: db_interface.c Log message: Enter ddb at a trap instruction or with db_enter(). Tell make that trap_subr.S needs assym.h. Fill in opal_cngetc() so I can type at the "ddb>" prompt. Add enough code to trap_subr.S to "c" continue from ddb. Give registers to ddb. Try to load symbols from initrd. ok kettenis@