GDBserver
Public Attributes | List of all members
lynx_regset_info Struct Reference

#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)
 

Detailed Description

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

Member Data Documentation

void(* lynx_regset_info::fill_function) (struct regcache *regcache, char *buf)

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

Referenced by lynx_store_registers().

int lynx_regset_info::get_request

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

Referenced by lynx_fetch_registers(), and lynx_store_registers().

int lynx_regset_info::set_request

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

Referenced by lynx_store_registers().

int lynx_regset_info::size

Definition at line 28 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 32 of file lynx-low.h.

Referenced by lynx_fetch_registers().


The documentation for this struct was generated from the following file: