GDBServerFoundation::RegisterEntry Struct Reference

Describes a single register of the target platform. More...

#include <GDBRegisters.h>

Public Attributes

int RegisterIndex
 A zero-based register index. All indicies should be sequential.
 
const char * RegisterName
 A user-friendly register name.
 
int SizeInBits
 The size of the register in bits.
 

Detailed Description

Describes a single register of the target platform.

Member Data Documentation

int GDBServerFoundation::RegisterEntry::RegisterIndex

A zero-based register index. All indicies should be sequential.

const char* GDBServerFoundation::RegisterEntry::RegisterName

A user-friendly register name.

int GDBServerFoundation::RegisterEntry::SizeInBits

The size of the register in bits.


The documentation for this struct was generated from the following file: