GDBserver
|
Go to the source code of this file.
Macros | |
#define | bfin_num_regs ARRAY_SIZE (bfin_regmap) |
#define | bfin_breakpoint_len 2 |
Functions | |
void | init_registers_bfin (void) |
static int | bfin_cannot_store_register (int regno) |
static int | bfin_cannot_fetch_register (int regno) |
static CORE_ADDR | bfin_get_pc (struct regcache *regcache) |
static void | bfin_set_pc (struct regcache *regcache, CORE_ADDR pc) |
static int | bfin_breakpoint_at (CORE_ADDR where) |
static void | bfin_arch_setup (void) |
static const struct regs_info * | bfin_regs_info (void) |
void | initialize_low_arch (void) |
Variables | |
const struct target_desc * | tdesc_bfin |
static int | bfin_regmap [] |
static const unsigned char | bfin_breakpoint [bfin_breakpoint_len] = {0xa1, 0x00} |
static struct usrregs_info | bfin_usrregs_info |
static struct regs_info | regs_info |
struct linux_target_ops | the_low_target |
#define bfin_breakpoint_len 2 |
Definition at line 75 of file linux-bfin-low.c.
Referenced by bfin_breakpoint_at().
#define bfin_num_regs ARRAY_SIZE (bfin_regmap) |
Definition at line 43 of file linux-bfin-low.c.
Referenced by bfin_cannot_fetch_register(), and bfin_cannot_store_register().
|
static |
Definition at line 94 of file linux-bfin-low.c.
References current_process(), process_info::tdesc, and tdesc_bfin.
|
static |
Definition at line 79 of file linux-bfin-low.c.
References bfin_breakpoint, bfin_breakpoint_len, and read_inferior_memory().
|
static |
Definition at line 52 of file linux-bfin-low.c.
References bfin_num_regs.
|
static |
Definition at line 46 of file linux-bfin-low.c.
References bfin_num_regs.
Definition at line 58 of file linux-bfin-low.c.
References collect_register_by_name().
|
static |
Definition at line 112 of file linux-bfin-low.c.
References regs_info.
Definition at line 68 of file linux-bfin-low.c.
References supply_register_by_name().
void init_registers_bfin | ( | void | ) |
Referenced by initialize_low_arch().
void initialize_low_arch | ( | void | ) |
Definition at line 134 of file linux-bfin-low.c.
References init_registers_bfin().
|
static |
Definition at line 76 of file linux-bfin-low.c.
Referenced by bfin_breakpoint_at().
|
static |
Definition at line 30 of file linux-bfin-low.c.
|
static |
Definition at line 99 of file linux-bfin-low.c.
Definition at line 105 of file linux-bfin-low.c.
Referenced by bfin_regs_info().
const struct target_desc* tdesc_bfin |
Referenced by bfin_arch_setup().
struct linux_target_ops the_low_target |
Definition at line 117 of file linux-bfin-low.c.