GDB (xrefs)
|
Public Attributes | |
void(* | supply_uthread )(struct regcache *, int, CORE_ADDR) = nullptr |
void(* | collect_uthread )(const struct regcache *, int, CORE_ADDR) = nullptr |
Definition at line 73 of file bsd-uthread.c.
void(* bsd_uthread_ops::collect_uthread) (const struct regcache *, int, CORE_ADDR) = nullptr |
Definition at line 79 of file bsd-uthread.c.
Referenced by bsd_uthread_set_collect_uthread(), and bsd_uthread_target::store_registers().
void(* bsd_uthread_ops::supply_uthread) (struct regcache *, int, CORE_ADDR) = nullptr |
Definition at line 76 of file bsd-uthread.c.
Referenced by bsd_uthread_activate(), bsd_uthread_set_supply_uthread(), and bsd_uthread_target::fetch_registers().