DDB_TF
{ "tstate", (long *)&DDB_TF->tf_tstate, FCN_NULL, },
{ "pc", (long *)&DDB_TF->tf_pc, FCN_NULL, },
{ "npc", (long *)&DDB_TF->tf_npc, FCN_NULL, },
{ "ipl", (long *)&DDB_TF->tf_oldpil, db__char_value, },
{ "y", (long *)&DDB_TF->tf_y, db_var_rw_int, },
{ "g1", (long *)&DDB_TF->tf_global[1], FCN_NULL, },
{ "g2", (long *)&DDB_TF->tf_global[2], FCN_NULL, },
{ "g3", (long *)&DDB_TF->tf_global[3], FCN_NULL, },
{ "g4", (long *)&DDB_TF->tf_global[4], FCN_NULL, },
{ "g5", (long *)&DDB_TF->tf_global[5], FCN_NULL, },
{ "g6", (long *)&DDB_TF->tf_global[6], FCN_NULL, },
{ "g7", (long *)&DDB_TF->tf_global[7], FCN_NULL, },
{ "o0", (long *)&DDB_TF->tf_out[0], FCN_NULL, },
{ "o1", (long *)&DDB_TF->tf_out[1], FCN_NULL, },
{ "o2", (long *)&DDB_TF->tf_out[2], FCN_NULL, },
{ "o3", (long *)&DDB_TF->tf_out[3], FCN_NULL, },
{ "o4", (long *)&DDB_TF->tf_out[4], FCN_NULL, },
{ "o5", (long *)&DDB_TF->tf_out[5], FCN_NULL, },
{ "o6", (long *)&DDB_TF->tf_out[6], FCN_NULL, },
{ "o7", (long *)&DDB_TF->tf_out[7], FCN_NULL, },
{ "l0", (long *)&DDB_TF->tf_local[0], FCN_NULL, },
{ "l1", (long *)&DDB_TF->tf_local[1], FCN_NULL, },
{ "l2", (long *)&DDB_TF->tf_local[2], FCN_NULL, },
{ "l3", (long *)&DDB_TF->tf_local[3], FCN_NULL, },
{ "l4", (long *)&DDB_TF->tf_local[4], FCN_NULL, },
{ "l5", (long *)&DDB_TF->tf_local[5], FCN_NULL, },
{ "l6", (long *)&DDB_TF->tf_local[6], FCN_NULL, },
{ "l7", (long *)&DDB_TF->tf_local[7], FCN_NULL, },
u_int64_t frame = DDB_TF->tf_out[6];
frame = DDB_TF->tf_out[6];
frame = (vaddr_t)DDB_TF->tf_out[6];