PC_REGS
#define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip)
#define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc)
#define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_x[PCB_LR])
#define PC_REGS() ((db_addr_t)(kdb_frame->tf_eflags & PSL_VM ? \
#define PC_REGS(regs) ((db_addr_t)kdb_thrctx->pcb_lr)
#define PC_REGS() ((db_addr_t)kdb_frame->tf_sepc)