GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
gdb::reg Struct Reference

#include "regdef.h"

Public Member Functions

 reg (int _offset)
 
 reg (const char *_name, int _offset, int _size)
 
bool operator== (const reg &other) const
 
bool operator!= (const reg &other) const
 

Public Attributes

const char * name
 
int offset
 
int size
 

Detailed Description

Definition at line 24 of file regdef.h.

Constructor & Destructor Documentation

◆ reg() [1/2]

gdb::reg::reg ( int _offset)
inline

Definition at line 26 of file regdef.h.

◆ reg() [2/2]

gdb::reg::reg ( const char * _name,
int _offset,
int _size )
inline

Definition at line 32 of file regdef.h.

Member Function Documentation

◆ operator!=()

bool gdb::reg::operator!= ( const reg & other) const
inline

Definition at line 59 of file regdef.h.

◆ operator==()

bool gdb::reg::operator== ( const reg & other) const
inline

Definition at line 52 of file regdef.h.

References name, offset, and size.

Member Data Documentation

◆ name

const char* gdb::reg::name

◆ offset

int gdb::reg::offset

Definition at line 47 of file regdef.h.

Referenced by operator==().

◆ size

int gdb::reg::size

Definition at line 50 of file regdef.h.

Referenced by operator==().


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