GDBserver
Public Attributes
lynx_regset_info Struct Reference

#include <lynx-low.h>

List of all members.

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)

Detailed Description

Definition at line 25 of file lynx-low.h.


Member Data Documentation

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().


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines