GDBserver
Defines | Functions | Variables
/home/stan/gdb/src/gdb/gdbserver/nto-x86-low.c File Reference
#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_desctdesc_i386
const unsigned char x86_breakpoint [] = { 0xCC }
struct nto_target_ops the_low_target

Define Documentation

#define x86_breakpoint_len   1

Definition at line 34 of file nto-x86-low.c.


Function Documentation

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.


Variable Documentation

struct reg* regs_i386
Initial value:

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines