|
GDBserver
|
Go to the source code of this file.
Macros | |
| #define | m68k_num_regs 29 |
| #define | m68k_num_gregs 18 |
| #define | m68k_breakpoint_len 2 |
Functions | |
| void | init_registers_m68k (void) |
| static int | m68k_cannot_store_register (int regno) |
| static int | m68k_cannot_fetch_register (int regno) |
| static const gdb_byte * | m68k_sw_breakpoint_from_kind (int kind, int *size) |
| static int | m68k_breakpoint_at (CORE_ADDR pc) |
| static const struct regs_info * | m68k_regs_info (void) |
| static void | m68k_arch_setup (void) |
| static int | m68k_supports_hardware_single_step (void) |
| void | initialize_low_arch (void) |
Variables | |
| const struct target_desc * | tdesc_m68k |
| static int | m68k_regmap [] |
| static struct regset_info | m68k_regsets [] |
| static const gdb_byte | m68k_breakpoint [] = { 0x4E, 0x4F } |
| static struct regsets_info | m68k_regsets_info |
| static struct usrregs_info | m68k_usrregs_info |
| static struct regs_info | regs_info |
| struct linux_target_ops | the_low_target |
| #define m68k_breakpoint_len 2 |
Definition at line 126 of file linux-m68k-low.c.
Referenced by m68k_sw_breakpoint_from_kind().
| #define m68k_num_gregs 18 |
Definition at line 31 of file linux-m68k-low.c.
| #define m68k_num_regs 29 |
Definition at line 30 of file linux-m68k-low.c.
Referenced by m68k_cannot_fetch_register(), and m68k_cannot_store_register().
| void init_registers_m68k | ( | void | ) |
Referenced by initialize_low_arch().
| void initialize_low_arch | ( | void | ) |
Definition at line 249 of file linux-m68k-low.c.
References init_registers_m68k(), and m68k_regsets_info.
|
static |
Definition at line 197 of file linux-m68k-low.c.
References current_process(), process_info::tdesc, and tdesc_m68k.
|
static |
Definition at line 138 of file linux-m68k-low.c.
References read_inferior_memory().
|
static |
Definition at line 64 of file linux-m68k-low.c.
References m68k_num_regs.
|
static |
Definition at line 58 of file linux-m68k-low.c.
References m68k_num_regs.
|
static |
Definition at line 191 of file linux-m68k-low.c.
References regs_info.
|
static |
Definition at line 205 of file linux-m68k-low.c.
|
static |
Definition at line 131 of file linux-m68k-low.c.
References m68k_breakpoint, and m68k_breakpoint_len.
|
static |
Definition at line 125 of file linux-m68k-low.c.
Referenced by m68k_sw_breakpoint_from_kind().
|
static |
Definition at line 34 of file linux-m68k-low.c.
|
static |
Definition at line 113 of file linux-m68k-low.c.
|
static |
Definition at line 170 of file linux-m68k-low.c.
Referenced by initialize_low_arch().
|
static |
Definition at line 177 of file linux-m68k-low.c.
Definition at line 183 of file linux-m68k-low.c.
Referenced by m68k_regs_info().
| const struct target_desc* tdesc_m68k |
Referenced by m68k_arch_setup().
| struct linux_target_ops the_low_target |
Definition at line 210 of file linux-m68k-low.c.
1.8.14