|
GDBserver
|
Go to the source code of this file.
Macros | |
| #define | m32r_num_regs 25 |
| #define | m32r_breakpoint_len 2 |
Functions | |
| void | init_registers_m32r (void) |
| static int | m32r_cannot_store_register (int regno) |
| static int | m32r_cannot_fetch_register (int regno) |
| static const gdb_byte * | m32r_sw_breakpoint_from_kind (int kind, int *size) |
| static int | m32r_breakpoint_at (CORE_ADDR where) |
| static void | m32r_arch_setup (void) |
| static int | m32r_supports_hardware_single_step (void) |
| static const struct regs_info * | m32r_regs_info (void) |
| void | initialize_low_arch (void) |
Variables | |
| const struct target_desc * | tdesc_m32r |
| static int | m32r_regmap [] |
| static const unsigned short | m32r_breakpoint = 0x10f1 |
| static struct usrregs_info | m32r_usrregs_info |
| static struct regs_info | regs_info |
| struct linux_target_ops | the_low_target |
| #define m32r_breakpoint_len 2 |
Definition at line 57 of file linux-m32r-low.c.
Referenced by m32r_breakpoint_at(), and m32r_sw_breakpoint_from_kind().
| #define m32r_num_regs 25 |
Definition at line 30 of file linux-m32r-low.c.
Referenced by m32r_cannot_fetch_register(), and m32r_cannot_store_register().
| void init_registers_m32r | ( | void | ) |
Referenced by initialize_low_arch().
| void initialize_low_arch | ( | void | ) |
Definition at line 154 of file linux-m32r-low.c.
References init_registers_m32r().
|
static |
Definition at line 84 of file linux-m32r-low.c.
References current_process(), process_info::tdesc, and tdesc_m32r.
|
static |
Definition at line 69 of file linux-m32r-low.c.
References m32r_breakpoint, m32r_breakpoint_len, target_ops::read_memory, and the_target.
|
static |
Definition at line 51 of file linux-m32r-low.c.
References m32r_num_regs.
|
static |
Definition at line 45 of file linux-m32r-low.c.
References m32r_num_regs.
|
static |
Definition at line 110 of file linux-m32r-low.c.
References regs_info.
|
static |
Definition at line 92 of file linux-m32r-low.c.
|
static |
Definition at line 62 of file linux-m32r-low.c.
References m32r_breakpoint, and m32r_breakpoint_len.
|
static |
Definition at line 56 of file linux-m32r-low.c.
Referenced by m32r_breakpoint_at(), and m32r_sw_breakpoint_from_kind().
|
static |
Definition at line 32 of file linux-m32r-low.c.
|
static |
Definition at line 97 of file linux-m32r-low.c.
Definition at line 103 of file linux-m32r-low.c.
Referenced by m32r_regs_info().
| const struct target_desc* tdesc_m32r |
Referenced by m32r_arch_setup().
| struct linux_target_ops the_low_target |
Definition at line 115 of file linux-m32r-low.c.
1.8.14