GDBserver
|
Go to the source code of this file.
Macros | |
#define | cris_num_regs 32 |
#define | cris_breakpoint_len 2 |
Functions | |
void | init_registers_cris (void) |
static int | cris_cannot_store_register (int regno) |
static int | cris_cannot_fetch_register (int regno) |
static CORE_ADDR | cris_get_pc (struct regcache *regcache, void) |
static void | cris_set_pc (struct regcache *regcache, CORE_ADDR pc) |
static int | cris_breakpoint_at (CORE_ADDR where) |
static CORE_ADDR | cris_reinsert_addr (void) |
static void | cris_arch_setup (void) |
static const struct regs_info * | cris_regs_info (void) |
void | initialize_low_arch (void) |
Variables | |
const struct target_desc * | tdesc_cris |
static int | cris_regmap [] |
int | debug_threads |
static const unsigned short | cris_breakpoint = 0xe938 |
static struct usrregs_info | cris_usrregs_info |
static struct regs_info | regs_info |
struct linux_target_ops | the_low_target |
#define cris_breakpoint_len 2 |
Definition at line 82 of file linux-cris-low.c.
Referenced by cris_breakpoint_at().
#define cris_num_regs 32 |
Definition at line 28 of file linux-cris-low.c.
Referenced by cris_cannot_fetch_register(), and cris_cannot_store_register().
|
static |
Definition at line 112 of file linux-cris-low.c.
References current_process(), process_info::tdesc, and tdesc_cris.
|
static |
Definition at line 85 of file linux-cris-low.c.
References cris_breakpoint, cris_breakpoint_len, target_ops::read_memory, and the_target.
|
static |
Definition at line 54 of file linux-cris-low.c.
References cris_num_regs, and cris_regmap.
|
static |
Definition at line 45 of file linux-cris-low.c.
References cris_num_regs, and cris_regmap.
Definition at line 65 of file linux-cris-low.c.
References collect_register_by_name(), debug_printf(), and debug_threads.
|
static |
Definition at line 130 of file linux-cris-low.c.
References regs_info.
|
static |
Definition at line 103 of file linux-cris-low.c.
References collect_register_by_name(), current_thread, and get_thread_regcache().
Definition at line 75 of file linux-cris-low.c.
References supply_register_by_name().
void init_registers_cris | ( | void | ) |
Referenced by initialize_low_arch().
void initialize_low_arch | ( | void | ) |
Definition at line 155 of file linux-cris-low.c.
References init_registers_cris().
|
static |
Definition at line 81 of file linux-cris-low.c.
Referenced by cris_breakpoint_at().
|
static |
Definition at line 31 of file linux-cris-low.c.
Referenced by cris_cannot_fetch_register(), and cris_cannot_store_register().
|
static |
Definition at line 117 of file linux-cris-low.c.
int debug_threads |
Definition at line 24 of file debug.c.
Referenced by cris_get_pc().
Definition at line 123 of file linux-cris-low.c.
Referenced by cris_regs_info().
const struct target_desc* tdesc_cris |
Referenced by cris_arch_setup().
struct linux_target_ops the_low_target |
Definition at line 135 of file linux-cris-low.c.