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 CORE_ADDR | m32r_get_pc (struct regcache *regcache) |
static void | m32r_set_pc (struct regcache *regcache, CORE_ADDR pc) |
static int | m32r_breakpoint_at (CORE_ADDR where) |
static void | m32r_arch_setup (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 74 of file linux-m32r-low.c.
Referenced by m32r_breakpoint_at().
#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 131 of file linux-m32r-low.c.
References init_registers_m32r().
|
static |
Definition at line 92 of file linux-m32r-low.c.
References current_process(), process_info::tdesc, and tdesc_m32r.
|
static |
Definition at line 77 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.
Definition at line 57 of file linux-m32r-low.c.
References collect_register_by_name(), debug_printf(), and debug_threads.
|
static |
Definition at line 110 of file linux-m32r-low.c.
References regs_info.
Definition at line 67 of file linux-m32r-low.c.
References supply_register_by_name().
|
static |
Definition at line 73 of file linux-m32r-low.c.
Referenced by m32r_breakpoint_at().
|
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.