GDB (xrefs)
|
#include "regset.h"
Public Attributes | |
const void * | regmap |
supply_regset_ftype * | supply_regset |
collect_regset_ftype * | collect_regset |
unsigned | flags |
collect_regset_ftype* regset::collect_regset |
Definition at line 45 of file regset.h.
Referenced by fbsd_collect_regset_section_cb(), and linux_collect_regset_section_cb().
unsigned regset::flags |
Definition at line 47 of file regset.h.
Referenced by get_core_register_section().
const void* regset::regmap |
Definition at line 39 of file regset.h.
Referenced by ppc_collect_fpregset(), ppc_collect_gregset(), ppc_collect_vrregset(), ppc_linux_collect_gregset(), ppc_linux_supply_gregset(), ppc_supply_fpregset(), ppc_supply_gregset(), ppc_supply_vrregset(), and regcache_transfer_regset().
supply_regset_ftype* regset::supply_regset |
Definition at line 42 of file regset.h.
Referenced by get_core_register_section(), and i386nto_supply_gregset().