GDBServerFoundation::PlatformRegisterList Struct Reference

Contains a fixed list of registers defined at compile time. More...

#include <GDBRegisters.h>

Public Attributes

size_t RegisterCount
 Specifies the amount of the registers.
 
RegisterEntryRegisters
 Points to an array containing register definitions.
 

Detailed Description

Contains a fixed list of registers defined at compile time.

An global instance of PlatformRegisterList should be initialized and provided via the IStoppedGDBTarget::GetRegisterList() method. See this example for more details.

Examples:
SimpleWin32Server/SimpleWin32Server.cpp.

Member Data Documentation

size_t GDBServerFoundation::PlatformRegisterList::RegisterCount

Specifies the amount of the registers.

RegisterEntry* GDBServerFoundation::PlatformRegisterList::Registers

Points to an array containing register definitions.


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