|
GDB (API)
|
Go to the source code of this file.
Functions | |
| int | sparc32_gregset_supplies_p (struct gdbarch *gdbarch, int regnum) |
| int | sparc32_fpregset_supplies_p (struct gdbarch *gdbarch, int regnum) |
| struct target_ops * | sparc_target (void) |
| void | sparc_fetch_inferior_registers (struct target_ops *, struct regcache *, int) |
| void | sparc_store_inferior_registers (struct target_ops *, struct regcache *, int) |
Variables | |
| struct sparc_gregset * | sparc_gregset |
| struct sparc_fpregset * | sparc_fpregset |
| void(* | sparc_supply_gregset )(const struct sparc_gregset *, struct regcache *, int, const void *) |
| void(* | sparc_collect_gregset )(const struct sparc_gregset *, const struct regcache *, int, void *) |
| void(* | sparc_supply_fpregset )(const struct sparc_fpregset *, struct regcache *, int, const void *) |
| void(* | sparc_collect_fpregset )(const struct sparc_fpregset *, const struct regcache *, int, void *) |
| int(* | sparc_gregset_supplies_p )(struct gdbarch *gdbarch, int) |
| int(* | sparc_fpregset_supplies_p )(struct gdbarch *gdbarch, int) |
| int sparc32_fpregset_supplies_p | ( | struct gdbarch * | gdbarch, |
| int | regnum | ||
| ) |
Definition at line 122 of file sparc-nat.c.
| int sparc32_gregset_supplies_p | ( | struct gdbarch * | gdbarch, |
| int | regnum | ||
| ) |
Definition at line 100 of file sparc-nat.c.
| void sparc_fetch_inferior_registers | ( | struct target_ops * | , |
| struct regcache * | , | ||
| int | |||
| ) |
Definition at line 139 of file sparc-nat.c.
| void sparc_store_inferior_registers | ( | struct target_ops * | , |
| struct regcache * | , | ||
| int | |||
| ) |
Definition at line 194 of file sparc-nat.c.
| struct target_ops* sparc_target | ( | void | ) | [read] |
Definition at line 337 of file sparc-nat.c.
| void(* sparc_collect_fpregset)(const struct sparc_fpregset *, const struct regcache *, int, void *) |
Definition at line 92 of file sparc-nat.c.
| void(* sparc_collect_gregset)(const struct sparc_gregset *, const struct regcache *, int, void *) |
Definition at line 88 of file sparc-nat.c.
| struct sparc_fpregset* sparc_fpregset |
Definition at line 85 of file sparc-nat.c.
| int(* sparc_fpregset_supplies_p)(struct gdbarch *gdbarch, int) |
Definition at line 95 of file sparc-nat.c.
| struct sparc_gregset* sparc_gregset |
Definition at line 84 of file sparc-nat.c.
| int(* sparc_gregset_supplies_p)(struct gdbarch *gdbarch, int) |
Definition at line 94 of file sparc-nat.c.
| void(* sparc_supply_fpregset)(const struct sparc_fpregset *, struct regcache *, int, const void *) |
Definition at line 90 of file sparc-nat.c.
| void(* sparc_supply_gregset)(const struct sparc_gregset *, struct regcache *, int, const void *) |
Definition at line 86 of file sparc-nat.c.
1.7.6.1