Rizin
unix-like reverse engineering framework and cli tools
gdb_reg Struct Reference

#include <arch.h>

Public Attributes

char name [32]
 
uint64_t offset
 
uint64_t size
 

Detailed Description

This struct defines a generic register view

Definition at line 13 of file arch.h.

Member Data Documentation

◆ name

◆ offset

uint64_t gdb_reg::offset

The Name of the current register

Definition at line 15 of file arch.h.

Referenced by gdbr_parse_target_xml().

◆ size

uint64_t gdb_reg::size

Offset in the data block

Definition at line 16 of file arch.h.

Referenced by gdbr_parse_target_xml(), and rz_core_rtr_gdb_cb().


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