db_rw_ddbreg
static int db_rw_ddbreg(const struct db_variable *, db_expr_t *, int);
{ "ra", (void *)offsetof(struct trapframe, tf_ra), db_rw_ddbreg, NULL },
{ "sp", (void *)offsetof(struct trapframe, tf_sp), db_rw_ddbreg, NULL },
{ "gp", (void *)offsetof(struct trapframe, tf_gp), db_rw_ddbreg, NULL },
{ "tp", (void *)offsetof(struct trapframe, tf_tp), db_rw_ddbreg, NULL },
{ "s0", (void *)offsetof(struct trapframe, tf_s0), db_rw_ddbreg, NULL },
{ "s1", (void *)offsetof(struct trapframe, tf_s1), db_rw_ddbreg, NULL },
{ "s2", (void *)offsetof(struct trapframe, tf_s2), db_rw_ddbreg, NULL },
{ "s3", (void *)offsetof(struct trapframe, tf_s3), db_rw_ddbreg, NULL },
{ "s4", (void *)offsetof(struct trapframe, tf_s4), db_rw_ddbreg, NULL },
{ "s5", (void *)offsetof(struct trapframe, tf_s5), db_rw_ddbreg, NULL },
{ "s6", (void *)offsetof(struct trapframe, tf_s6), db_rw_ddbreg, NULL },
{ "s7", (void *)offsetof(struct trapframe, tf_s7), db_rw_ddbreg, NULL },
{ "s8", (void *)offsetof(struct trapframe, tf_s8), db_rw_ddbreg, NULL },
{ "s9", (void *)offsetof(struct trapframe, tf_s9), db_rw_ddbreg, NULL },
{ "s10", (void *)offsetof(struct trapframe, tf_s10), db_rw_ddbreg, NULL },
{ "s11", (void *)offsetof(struct trapframe, tf_s11), db_rw_ddbreg, NULL },
{ "a0", (void *)offsetof(struct trapframe, tf_a0), db_rw_ddbreg, NULL },
{ "a1", (void *)offsetof(struct trapframe, tf_a1), db_rw_ddbreg, NULL },
{ "a2", (void *)offsetof(struct trapframe, tf_a2), db_rw_ddbreg, NULL },
{ "a3", (void *)offsetof(struct trapframe, tf_a3), db_rw_ddbreg, NULL },
{ "a4", (void *)offsetof(struct trapframe, tf_a4), db_rw_ddbreg, NULL },
{ "a5", (void *)offsetof(struct trapframe, tf_a5), db_rw_ddbreg, NULL },
{ "a6", (void *)offsetof(struct trapframe, tf_a6), db_rw_ddbreg, NULL },
{ "a7", (void *)offsetof(struct trapframe, tf_a7), db_rw_ddbreg, NULL },
{ "t0", (void *)offsetof(struct trapframe, tf_t0), db_rw_ddbreg, NULL },
{ "t1", (void *)offsetof(struct trapframe, tf_t1), db_rw_ddbreg, NULL },
{ "t2", (void *)offsetof(struct trapframe, tf_t2), db_rw_ddbreg, NULL },
{ "t3", (void *)offsetof(struct trapframe, tf_t3), db_rw_ddbreg, NULL },
{ "t4", (void *)offsetof(struct trapframe, tf_t4), db_rw_ddbreg, NULL },
{ "t5", (void *)offsetof(struct trapframe, tf_t5), db_rw_ddbreg, NULL },
{ "t6", (void *)offsetof(struct trapframe, tf_t6), db_rw_ddbreg, NULL },
{ "pc", (void *)offsetof(struct trapframe, tf_pc), db_rw_ddbreg, NULL },
{ "status", (void *)offsetof(struct trapframe, tf_sr), db_rw_ddbreg, "i" },
{ "cause", (void *)offsetof(struct trapframe, tf_cause), db_rw_ddbreg, "i" },
{ "tval", (void *)offsetof(struct trapframe, tf_tval), db_rw_ddbreg, NULL },