|
GDB (API)
|
Go to the source code of this file.
Enumerations | |
| enum | reggroup_type { USER_REGGROUP, INTERNAL_REGGROUP } |
Functions | |
| struct reggroup * | reggroup_new (const char *name, enum reggroup_type type) |
| void | reggroup_add (struct gdbarch *gdbarch, struct reggroup *group) |
| const char * | reggroup_name (struct reggroup *reggroup) |
| enum reggroup_type | reggroup_type (struct reggroup *reggroup) |
| struct reggroup * | reggroup_next (struct gdbarch *gdbarch, struct reggroup *last) |
| int | default_register_reggroup_p (struct gdbarch *gdbarch, int regnum, struct reggroup *reggroup) |
Variables | |
| struct reggroup *const | general_reggroup |
| struct reggroup *const | float_reggroup |
| struct reggroup *const | system_reggroup |
| struct reggroup *const | vector_reggroup |
| struct reggroup *const | all_reggroup |
| struct reggroup *const | save_reggroup |
| struct reggroup *const | restore_reggroup |
| enum reggroup_type |
Definition at line 28 of file reggroups.h.
| int default_register_reggroup_p | ( | struct gdbarch * | gdbarch, |
| int | regnum, | ||
| struct reggroup * | reggroup | ||
| ) |
Definition at line 156 of file reggroups.c.
| void reggroup_add | ( | struct gdbarch * | gdbarch, |
| struct reggroup * | group | ||
| ) |
Definition at line 104 of file reggroups.c.
| const char* reggroup_name | ( | struct reggroup * | reggroup | ) |
Definition at line 52 of file reggroups.c.
| struct reggroup* reggroup_new | ( | const char * | name, |
| enum reggroup_type | type | ||
| ) | [read] |
Definition at line 40 of file reggroups.c.
| struct reggroup* reggroup_next | ( | struct gdbarch * | gdbarch, |
| struct reggroup * | last | ||
| ) | [read] |
Definition at line 126 of file reggroups.c.
| enum reggroup_type reggroup_type | ( | struct reggroup * | reggroup | ) |
Definition at line 58 of file reggroups.c.
| struct reggroup* const all_reggroup |
Definition at line 268 of file reggroups.c.
| struct reggroup* const float_reggroup |
Definition at line 265 of file reggroups.c.
| struct reggroup* const general_reggroup |
Definition at line 264 of file reggroups.c.
| struct reggroup* const restore_reggroup |
Definition at line 270 of file reggroups.c.
| struct reggroup* const save_reggroup |
Definition at line 269 of file reggroups.c.
| struct reggroup* const system_reggroup |
Definition at line 266 of file reggroups.c.
| struct reggroup* const vector_reggroup |
Definition at line 267 of file reggroups.c.
1.7.6.1