GDBserver
Macros | Functions | Variables
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.

Macros

#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
 
const struct target_desctdesc_i386
 
const unsigned char x86_breakpoint [] = { 0xCC }
 
struct nto_target_ops the_low_target
 

Macro Definition Documentation

#define x86_breakpoint_len   1

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

Function Documentation

void init_registers_i386 ( )

Referenced by nto_x86_arch_setup().

static void nto_x86_arch_setup ( void  )
static
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
const struct target_desc* tdesc_i386

Referenced by nto_x86_arch_setup().

struct nto_target_ops the_low_target
Initial value:
=
{
0,
}
#define x86_breakpoint_len
Definition: nto-x86-low.c:34
static int nto_x86_register_offset(int gdbregno)
Definition: nto-x86-low.c:41
static void nto_x86_arch_setup(void)
Definition: nto-x86-low.c:91
const unsigned char x86_breakpoint[]
Definition: nto-x86-low.c:33

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

Referenced by nto_x86_arch_setup().

const unsigned char x86_breakpoint[] = { 0xCC }

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