|
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 const gdb_byte * | bfin_sw_breakpoint_from_kind (int kind, int *size) |
| static int | bfin_breakpoint_at (CORE_ADDR where) |
| static void | bfin_arch_setup (void) |
| static int | bfin_supports_hardware_single_step (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 gdb_byte | 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 57 of file linux-bfin-low.c.
Referenced by bfin_breakpoint_at(), and bfin_sw_breakpoint_from_kind().
| #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 85 of file linux-bfin-low.c.
References current_process(), process_info::tdesc, and tdesc_bfin.
|
static |
Definition at line 70 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.
|
static |
Definition at line 111 of file linux-bfin-low.c.
References regs_info.
|
static |
Definition at line 93 of file linux-bfin-low.c.
|
static |
Definition at line 63 of file linux-bfin-low.c.
References bfin_breakpoint, and bfin_breakpoint_len.
| void init_registers_bfin | ( | void | ) |
Referenced by initialize_low_arch().
| void initialize_low_arch | ( | void | ) |
Definition at line 156 of file linux-bfin-low.c.
References init_registers_bfin().
|
static |
Definition at line 58 of file linux-bfin-low.c.
Referenced by bfin_breakpoint_at(), and bfin_sw_breakpoint_from_kind().
|
static |
Definition at line 30 of file linux-bfin-low.c.
|
static |
Definition at line 98 of file linux-bfin-low.c.
Definition at line 104 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 116 of file linux-bfin-low.c.
1.8.14