|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| void | bsd_uthread_set_supply_uthread (struct gdbarch *gdbarch, void(*supply_uthread)(struct regcache *, int, CORE_ADDR)) |
| void | bsd_uthread_set_collect_uthread (struct gdbarch *gdbarch, void(*collect_uthread)(const struct regcache *, int, CORE_ADDR)) |
| void bsd_uthread_set_collect_uthread | ( | struct gdbarch * | gdbarch, |
| void(*)(const struct regcache *, int, CORE_ADDR) | collect_uthread | ||
| ) |
Definition at line 80 of file bsd-uthread.c.
References bsd_uthread_ops::collect_uthread, and gdbarch_data().
Referenced by amd64fbsd_init_abi(), amd64obsd_init_abi(), i386fbsdaout_init_abi(), i386obsd_init_abi(), sparc32obsd_init_abi(), and sparc64obsd_init_abi().
| void bsd_uthread_set_supply_uthread | ( | struct gdbarch * | gdbarch, |
| void(*)(struct regcache *, int, CORE_ADDR) | supply_uthread | ||
| ) |
Definition at line 68 of file bsd-uthread.c.
References gdbarch_data(), and bsd_uthread_ops::supply_uthread.
Referenced by amd64fbsd_init_abi(), amd64obsd_init_abi(), i386fbsdaout_init_abi(), i386obsd_init_abi(), sparc32obsd_init_abi(), and sparc64obsd_init_abi().
1.7.6.1