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 CORE_ADDR | m68k_get_pc (struct regcache *regcache) |
static void | m68k_set_pc (struct regcache *regcache, CORE_ADDR value) |
static int | m68k_breakpoint_at (CORE_ADDR pc) |
static const struct regs_info * | m68k_regs_info (void) |
static void | m68k_arch_setup (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 unsigned char | 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.
#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 226 of file linux-m68k-low.c.
References init_registers_m68k().
|
static |
Definition at line 205 of file linux-m68k-low.c.
References current_process(), process_info::tdesc, and tdesc_m68k.
|
static |
Definition at line 146 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.
Definition at line 129 of file linux-m68k-low.c.
References collect_register_by_name().
|
static |
Definition at line 199 of file linux-m68k-low.c.
References regs_info.
Definition at line 138 of file linux-m68k-low.c.
References supply_register_by_name().
|
static |
Definition at line 125 of file linux-m68k-low.c.
|
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 178 of file linux-m68k-low.c.
|
static |
Definition at line 185 of file linux-m68k-low.c.
Definition at line 191 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.