GDBserver
|
Go to the source code of this file.
Macros | |
#define | sh_num_regs 41 |
#define | sh_breakpoint_len 2 |
Functions | |
void | init_registers_sh (void) |
static int | sh_cannot_store_register (int regno) |
static int | sh_cannot_fetch_register (int regno) |
static CORE_ADDR | sh_get_pc (struct regcache *regcache) |
static void | sh_set_pc (struct regcache *regcache, CORE_ADDR pc) |
static int | sh_breakpoint_at (CORE_ADDR where) |
static void | sh_fill_gregset (struct regcache *regcache, void *buf) |
static const struct regs_info * | sh_regs_info (void) |
static void | sh_arch_setup (void) |
void | initialize_low_arch (void) |
Variables | |
const struct target_desc * | tdesc_sh |
static int | sh_regmap [] |
static const unsigned short | sh_breakpoint = 0xc3c3 |
static struct regset_info | sh_regsets [] |
static struct regsets_info | sh_regsets_info |
static struct usrregs_info | sh_usrregs_info |
static struct regs_info | regs_info |
struct linux_target_ops | the_low_target |
#define sh_breakpoint_len 2 |
Definition at line 78 of file linux-sh-low.c.
#define sh_num_regs 41 |
Definition at line 32 of file linux-sh-low.c.
void init_registers_sh | ( | void | ) |
Referenced by initialize_low_arch().
void initialize_low_arch | ( | void | ) |
Definition at line 159 of file linux-sh-low.c.
References init_registers_sh(), and sh_regsets_info.
|
static |
Definition at line 138 of file linux-sh-low.c.
References current_process(), process_info::tdesc, and tdesc_sh.
|
static |
Definition at line 81 of file linux-sh-low.c.
References target_ops::read_memory, sh_breakpoint, and the_target.
|
static |
Definition at line 56 of file linux-sh-low.c.
|
static |
Definition at line 50 of file linux-sh-low.c.
|
static |
Definition at line 97 of file linux-sh-low.c.
References collect_register(), and sh_regmap.
Definition at line 62 of file linux-sh-low.c.
References collect_register_by_name().
|
static |
Definition at line 132 of file linux-sh-low.c.
References regs_info.
Definition at line 70 of file linux-sh-low.c.
References supply_register_by_name().
Definition at line 124 of file linux-sh-low.c.
Referenced by sh_regs_info().
|
static |
Definition at line 77 of file linux-sh-low.c.
Referenced by sh_breakpoint_at().
|
static |
Definition at line 35 of file linux-sh-low.c.
Referenced by sh_fill_gregset().
|
static |
Definition at line 106 of file linux-sh-low.c.
|
static |
Definition at line 111 of file linux-sh-low.c.
Referenced by initialize_low_arch().
|
static |
Definition at line 118 of file linux-sh-low.c.
const struct target_desc* tdesc_sh |
Referenced by sh_arch_setup().
struct linux_target_ops the_low_target |
Definition at line 143 of file linux-sh-low.c.