Searched refs:GDB_REG_GR (Results 1 – 2 of 2) sorted by relevance
51 #define GDB_REG_GR(N) (N) macro70 #define GDB_REG_SP GDB_REG_GR(1)71 #define GDB_REG_FP GDB_REG_GR(2)
1811 case GDB_REG_GR(0): in gdbstub()1813 case GDB_REG_GR(1) ... GDB_REG_GR(63): in gdbstub()1814 __debug_user_context->i.gr[addr - GDB_REG_GR(0)] = temp; in gdbstub()