OpenOCD
|
Data Fields | |
uint32_t | arch_num |
struct reg_data_type * | data_type |
struct reg_feature | feature |
char * | gdb_xml_feature |
bool | is_bcr |
bool | is_core |
bool | is_general |
struct list_head | list |
char * | name |
uint8_t | reg_value [4] |
struct target * | target |
uint32_t arc_reg_desc::arch_num |
Definition at line 316 of file arc.h.
Referenced by arc_get_register(), arc_reg_add(), arc_restore_context(), and arc_save_context().
struct reg_data_type* arc_reg_desc::data_type |
Definition at line 325 of file arc.h.
Referenced by arc_init_reg(), and arc_reg_add().
struct reg_feature arc_reg_desc::feature |
Definition at line 304 of file arc.h.
Referenced by arc_init_reg().
char* arc_reg_desc::gdb_xml_feature |
Definition at line 310 of file arc.h.
Referenced by arc_init_reg(), and free_reg_desc().
bool arc_reg_desc::is_bcr |
Definition at line 322 of file arc.h.
Referenced by arc_reg_add().
bool arc_reg_desc::is_core |
Definition at line 319 of file arc.h.
Referenced by arc_get_register(), and arc_reg_add().
bool arc_reg_desc::is_general |
Definition at line 313 of file arc.h.
Referenced by arc_init_reg(), and arc_reg_add().
struct list_head arc_reg_desc::list |
Definition at line 325 of file arc.h.
Referenced by arc_build_bcr_reg_cache(), arc_deinit_target(), and arc_reg_add().
char* arc_reg_desc::name |
Definition at line 301 of file arc.h.
Referenced by arc_build_reg_cache(), arc_get_register(), arc_init_reg(), arc_reg_add(), arc_save_context(), and free_reg_desc().
uint8_t arc_reg_desc::reg_value[4] |
Definition at line 304 of file arc.h.
Referenced by arc_init_reg().
struct target* arc_reg_desc::target |
Definition at line 298 of file arc.h.
Referenced by arc_get_register().