|
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 const gdb_byte * | sh_sw_breakpoint_from_kind (int kind, int *size) |
| static int | sh_breakpoint_at (CORE_ADDR where) |
| static int | sh_supports_hardware_single_step (void) |
| 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 63 of file linux-sh-low.c.
Referenced by sh_sw_breakpoint_from_kind().
| #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 184 of file linux-sh-low.c.
References init_registers_sh(), and sh_regsets_info.
|
static |
Definition at line 140 of file linux-sh-low.c.
References current_process(), process_info::tdesc, and tdesc_sh.
|
static |
Definition at line 75 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 99 of file linux-sh-low.c.
References collect_register(), and sh_regmap.
|
static |
Definition at line 134 of file linux-sh-low.c.
References regs_info.
|
static |
Definition at line 91 of file linux-sh-low.c.
|
static |
Definition at line 68 of file linux-sh-low.c.
References sh_breakpoint, and sh_breakpoint_len.
Definition at line 126 of file linux-sh-low.c.
Referenced by sh_regs_info().
|
static |
Definition at line 62 of file linux-sh-low.c.
Referenced by sh_breakpoint_at(), and sh_sw_breakpoint_from_kind().
|
static |
Definition at line 35 of file linux-sh-low.c.
Referenced by sh_fill_gregset().
|
static |
Definition at line 108 of file linux-sh-low.c.
|
static |
Definition at line 113 of file linux-sh-low.c.
Referenced by initialize_low_arch().
|
static |
Definition at line 120 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 145 of file linux-sh-low.c.
1.8.14