|
GDBserver
|
#include <lynx-low.h>
Public Attributes | |
| int | get_request |
| int | set_request |
| int | size |
| void(* | fill_function )(struct regcache *regcache, char *buf) |
| void(* | store_function )(struct regcache *regcache, const char *buf) |
Definition at line 25 of file lynx-low.h.
| void(* lynx_regset_info::fill_function)(struct regcache *regcache, char *buf) |
Definition at line 32 of file lynx-low.h.
Referenced by lynx_store_registers().
Definition at line 28 of file lynx-low.h.
Referenced by lynx_fetch_registers(), and lynx_store_registers().
Definition at line 28 of file lynx-low.h.
Referenced by lynx_store_registers().
Definition at line 30 of file lynx-low.h.
Referenced by lynx_fetch_registers(), and lynx_store_registers().
| void(* lynx_regset_info::store_function)(struct regcache *regcache, const char *buf) |
Definition at line 34 of file lynx-low.h.
Referenced by lynx_fetch_registers().
1.7.6.1