|
GDB (API)
|
#include "defs.h"#include "user-regs.h"#include "gdbtypes.h"#include "gdb_string.h"#include "gdb_assert.h"#include "frame.h"Go to the source code of this file.
Functions | |
| 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) |
| int | user_reg_map_name_to_regnum (struct gdbarch *gdbarch, const char *name, 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 | _initialize_user_regs (void) |
Variables | |
| initialize_file_ftype | _initialize_user_regs |
| void _initialize_user_regs | ( | void | ) |
Definition at line 223 of file user-regs.c.
| 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 * | name, | ||
| 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.
1.7.6.1