GDBserver
|
#include "server.h"
#include "nto-low.h"
#include "regdef.h"
#include "regcache.h"
#include <x86/context.h>
Go to the source code of this file.
Defines | |
#define | x86_breakpoint_len 1 |
Functions | |
void | init_registers_i386 () |
static int | nto_x86_register_offset (int gdbregno) |
static void | nto_x86_arch_setup (void) |
Variables | |
struct reg * | regs_i386 |
struct target_desc * | tdesc_i386 |
const unsigned char | x86_breakpoint [] = { 0xCC } |
struct nto_target_ops | the_low_target |
#define x86_breakpoint_len 1 |
Definition at line 34 of file nto-x86-low.c.
void init_registers_i386 | ( | ) |
static void nto_x86_arch_setup | ( | void | ) | [static] |
Definition at line 91 of file nto-x86-low.c.
References init_registers_i386(), nto_tdesc, and the_low_target.
static int nto_x86_register_offset | ( | int | gdbregno | ) | [static] |
Definition at line 41 of file nto-x86-low.c.
struct reg* regs_i386 |
struct target_desc* tdesc_i386 |
struct nto_target_ops the_low_target |
Definition at line 98 of file nto-x86-low.c.
const unsigned char x86_breakpoint[] = { 0xCC } |
Definition at line 33 of file nto-x86-low.c.