GDB (API)
Functions | Variables
/home/stan/gdb/src/gdb/reggroups.c File Reference
#include "defs.h"
#include "arch-utils.h"
#include "reggroups.h"
#include "gdbtypes.h"
#include "gdb_assert.h"
#include "regcache.h"
#include "command.h"
#include "gdbcmd.h"

Go to the source code of this file.

Functions

struct reggroup * reggroup_new (const char *name, enum reggroup_type type)
const char * reggroup_name (struct reggroup *group)
enum reggroup_type reggroup_type (struct reggroup *group)
void reggroup_add (struct gdbarch *gdbarch, struct reggroup *group)
struct reggroup * reggroup_next (struct gdbarch *gdbarch, struct reggroup *last)
int default_register_reggroup_p (struct gdbarch *gdbarch, int regnum, struct reggroup *group)
void _initialize_reggroup (void)

Variables

struct reggroup *const general_reggroup = &general_group
struct reggroup *const float_reggroup = &float_group
struct reggroup *const system_reggroup = &system_group
struct reggroup *const vector_reggroup = &vector_group
struct reggroup *const all_reggroup = &all_group
struct reggroup *const save_reggroup = &save_group
struct reggroup *const restore_reggroup = &restore_group
initialize_file_ftype _initialize_reggroup

Function Documentation

void _initialize_reggroup ( void  )

Definition at line 275 of file reggroups.c.

int default_register_reggroup_p ( struct gdbarch *  gdbarch,
int  regnum,
struct reggroup *  group 
)

Definition at line 156 of file reggroups.c.

void reggroup_add ( struct gdbarch *  gdbarch,
struct reggroup *  group 
)

Definition at line 104 of file reggroups.c.

const char* reggroup_name ( struct reggroup *  group)

Definition at line 52 of file reggroups.c.

struct reggroup* reggroup_new ( const char *  name,
enum reggroup_type  type 
) [read]

Definition at line 40 of file reggroups.c.

struct reggroup* reggroup_next ( struct gdbarch *  gdbarch,
struct reggroup *  last 
) [read]

Definition at line 126 of file reggroups.c.

enum reggroup_type reggroup_type ( struct reggroup *  group)

Definition at line 58 of file reggroups.c.


Variable Documentation

struct reggroup* const all_reggroup = &all_group

Definition at line 268 of file reggroups.c.

struct reggroup* const float_reggroup = &float_group

Definition at line 265 of file reggroups.c.

struct reggroup* const general_reggroup = &general_group

Definition at line 264 of file reggroups.c.

struct reggroup* const restore_reggroup = &restore_group

Definition at line 270 of file reggroups.c.

struct reggroup* const save_reggroup = &save_group

Definition at line 269 of file reggroups.c.

struct reggroup* const system_reggroup = &system_group

Definition at line 266 of file reggroups.c.

struct reggroup* const vector_reggroup = &vector_group

Definition at line 267 of file reggroups.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines