|
GDB (API)
|
Go to the source code of this file.
Functions | |
| int | amd64_native_gregset_supplies_p (struct gdbarch *gdbarch, int regnum) |
| void | amd64_supply_native_gregset (struct regcache *regcache, const void *gregs, int regnum) |
| void | amd64_collect_native_gregset (const struct regcache *regcache, void *gregs, int regnum) |
| struct target_ops * | amd64bsd_target (void) |
Variables | |
| int * | amd64_native_gregset32_reg_offset |
| int | amd64_native_gregset32_num_regs |
| int * | amd64_native_gregset64_reg_offset |
| int | amd64_native_gregset64_num_regs |
| void amd64_collect_native_gregset | ( | const struct regcache * | regcache, |
| void * | gregs, | ||
| int | regnum | ||
| ) |
Definition at line 122 of file amd64-nat.c.
| int amd64_native_gregset_supplies_p | ( | struct gdbarch * | gdbarch, |
| int | regnum | ||
| ) |
Definition at line 81 of file amd64-nat.c.
| void amd64_supply_native_gregset | ( | struct regcache * | regcache, |
| const void * | gregs, | ||
| int | regnum | ||
| ) |
Definition at line 91 of file amd64-nat.c.
| struct target_ops* amd64bsd_target | ( | void | ) | [read] |
Definition at line 120 of file amd64bsd-nat.c.
Definition at line 45 of file amd64-nat.c.
Definition at line 44 of file amd64-nat.c.
Definition at line 49 of file amd64-nat.c.
Definition at line 48 of file amd64-nat.c.
1.7.6.1