#include <types_vmapi.H>
Public Attributes | |
REG | _pinReg |
unsigned | _toolRegId |
unsigned | _widthInBits |
const char * | _name |
int | _gccId |
The Pin register ID, if this is a native Pin register. REG_NONE if the tool will emulate this register.
unsigned DEBUGGER_REG_DESCRIPTION::_toolRegId |
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.
const char* DEBUGGER_REG_DESCRIPTION::_name |
The name of the register.
The GCC/Dwarf equivalent register id.