Module Name: src Committed By: andvar Date: Tue Oct 24 18:08:16 UTC 2023
Modified Files: src/sys/arch/mips/mips: trap.c Log Message: pass &tf->tf_registers instead of tf to db_set_ddb_regs(). use _R_PC definition instead of TF_EPC for tf->tf_regs[]. Changes were not adjusted with mips64 merge for kgdb code. makes trap.c build with KGDB option enabled for mips archs. To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 src/sys/arch/mips/mips/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.