#include <types_vmapi.H>
Public Attributes | |
REG | _pinReg |
unsigned | _toolRegId |
unsigned | _widthInBits |
const char * | _name |
int | _gccId |
|
The GCC/Dwarf equivalent register id.
|
|
The name of the register.
|
|
The Pin register ID, if this is a native Pin register. REG_NONE if the tool will emulate this register. |
|
Only used if _pinReg is REG_NONE. Gives an ID for this emulated register.
|
|
Width (bits) of the register, as seen by the debugger. Currently, this must be a multiple of 8 bits. |