registers.h File Reference
#include "gdbstub-cfg.h"
#include "signals.h"
Include dependency graph for registers.h:

Go to the source code of this file.

Macros

#define GDB_REGCOUNT   113
 
#define XT_REGISTER_MAP(XX)
 
#define XX(idx, name)   GdbReg_##name = idx,
 

Enumerations

enum  GdbReg
 

Macro Definition Documentation

◆ GDB_REGCOUNT

#define GDB_REGCOUNT   113

◆ XT_REGISTER_MAP

#define XT_REGISTER_MAP (   XX)

◆ XX

#define XX (   idx,
  name 
)    GdbReg_##name = idx,

Enumeration Type Documentation

◆ GdbReg

enum GdbReg