GDB (xrefs)
|
Public Attributes | |
void(* | supply_uthread )(struct regcache *, int, CORE_ADDR) |
void(* | collect_uthread )(const struct regcache *, int, CORE_ADDR) |
Definition at line 46 of file bsd-uthread.c.
void(* bsd_uthread_ops::collect_uthread)(const struct regcache *, int, CORE_ADDR) |
Definition at line 52 of file bsd-uthread.c.
Referenced by bsd_uthread_set_collect_uthread(), and bsd_uthread_store_registers().
void(* bsd_uthread_ops::supply_uthread)(struct regcache *, int, CORE_ADDR) |
Definition at line 49 of file bsd-uthread.c.
Referenced by bsd_uthread_activate(), bsd_uthread_fetch_registers(), and bsd_uthread_set_supply_uthread().