GDB (API)
|
Go to the source code of this file.
Typedefs | |
typedef struct value *( | user_reg_read_ftype )(struct frame_info *frame, const void *baton) |
Functions | |
int | user_reg_map_name_to_regnum (struct gdbarch *gdbarch, const char *str, int len) |
const char * | user_reg_map_regnum_to_name (struct gdbarch *gdbarch, int regnum) |
struct value * | value_of_user_reg (int regnum, struct frame_info *frame) |
void | user_reg_add_builtin (const char *name, user_reg_read_ftype *read, const void *baton) |
void | user_reg_add (struct gdbarch *gdbarch, const char *name, user_reg_read_ftype *read, const void *baton) |
typedef struct value*( user_reg_read_ftype)(struct frame_info *frame, const void *baton) |
Definition at line 59 of file user-regs.h.
void user_reg_add | ( | struct gdbarch * | gdbarch, |
const char * | name, | ||
user_reg_read_ftype * | read, | ||
const void * | baton | ||
) |
Definition at line 111 of file user-regs.c.
void user_reg_add_builtin | ( | const char * | name, |
user_reg_read_ftype * | read, | ||
const void * | baton | ||
) |
Definition at line 84 of file user-regs.c.
int user_reg_map_name_to_regnum | ( | struct gdbarch * | gdbarch, |
const char * | str, | ||
int | len | ||
) |
Definition at line 128 of file user-regs.c.
const char* user_reg_map_regnum_to_name | ( | struct gdbarch * | gdbarch, |
int | regnum | ||
) |
Definition at line 189 of file user-regs.c.
struct value* value_of_user_reg | ( | int | regnum, |
struct frame_info * | frame | ||
) | [read] |
Definition at line 209 of file user-regs.c.