GDB (xrefs)
Classes | Macros | Typedefs
/tmp/gdb-7.10/gdb/regset.h File Reference

Go to the source code of this file.

Classes

struct  regset
 

Macros

#define REGSET_VARIABLE_SIZE
 

Typedefs

typedef void( supply_regset_ftype) (const struct regset *, struct regcache *, int, const void *, size_t)
 
typedef void( collect_regset_ftype) (const struct regset *, const struct regcache *, int, void *, size_t)
 

Macro Definition Documentation

#define REGSET_VARIABLE_SIZE
Value:
1 /* Accept a larger regset section size
in a core file without warning. */

Definition at line 52 of file regset.h.

Referenced by get_core_register_section().

Typedef Documentation

typedef void( collect_regset_ftype) (const struct regset *, const struct regcache *, int, void *, size_t)

Definition at line 30 of file regset.h.

typedef void( supply_regset_ftype) (const struct regset *, struct regcache *, int, const void *, size_t)

Definition at line 28 of file regset.h.