|
GDBserver
|
Go to the source code of this file.
Macros | |
| #define | CONTEXT_FLOATING_POINT 0 |
| #define | context_offset(x) ((int)&(((CONTEXT *)NULL)->x)) |
| #define | arm_wince_breakpoint_len 4 |
Functions | |
| void | init_registers_arm (void) |
| static void | arm_get_thread_context (win32_thread_info *th) |
| static char * | regptr (CONTEXT *c, int r) |
| static void | arm_fetch_inferior_register (struct regcache *regcache, win32_thread_info *th, int r) |
| static void | arm_store_inferior_register (struct regcache *regcache, win32_thread_info *th, int r) |
| static void | arm_arch_setup (void) |
Variables | |
| const struct target_desc * | tdesc_arm |
| static const int | mappings [] |
| static const unsigned long | arm_wince_breakpoint = 0xe6000010 |
| struct win32_target_ops | the_low_target |
| #define arm_wince_breakpoint_len 4 |
Definition at line 114 of file win32-arm-low.c.
| #define CONTEXT_FLOATING_POINT 0 |
Definition at line 22 of file win32-arm-low.c.
Referenced by i386_get_thread_context().
| #define context_offset | ( | x | ) | ((int)&(((CONTEXT *)NULL)->x)) |
Definition at line 39 of file win32-arm-low.c.
Referenced by arm_fetch_inferior_register().
|
static |
Definition at line 106 of file win32-arm-low.c.
References init_registers_arm(), tdesc_arm, and win32_tdesc.
|
static |
Definition at line 90 of file win32-arm-low.c.
References win32_thread_info::context, context_offset, regptr(), and supply_register().
|
static |
Definition at line 30 of file win32-arm-low.c.
References win32_thread_info::context, and win32_thread_info::h.
|
static |
Definition at line 99 of file win32-arm-low.c.
References collect_register(), win32_thread_info::context, and regptr().
| void init_registers_arm | ( | void | ) |
Referenced by arm_arch_setup().
|
static |
Definition at line 74 of file win32-arm-low.c.
References mappings.
Referenced by arm_fetch_inferior_register(), and arm_store_inferior_register().
|
static |
Definition at line 113 of file win32-arm-low.c.
|
static |
Definition at line 40 of file win32-arm-low.c.
Referenced by regptr().
| const struct target_desc* tdesc_arm |
Referenced by arm_arch_setup().
| struct win32_target_ops the_low_target |
Definition at line 116 of file win32-arm-low.c.
1.8.14