#include "server.h"
#include "nto-low.h"
#include "regdef.h"
#include "regcache.h"
#include <x86/context.h>
#include "x86-xstate.h"
#include "arch/i386.h"
Go to the source code of this file.
◆ x86_breakpoint_len
| #define x86_breakpoint_len 1 |
◆ nto_x86_arch_setup()
| static void nto_x86_arch_setup |
( |
void |
| ) |
|
|
static |
◆ nto_x86_register_offset()
| static int nto_x86_register_offset |
( |
int |
gdbregno | ) |
|
|
static |
◆ the_low_target
Initial value:=
{
0,
}
#define x86_breakpoint_len
static int nto_x86_register_offset(int gdbregno)
static void nto_x86_arch_setup(void)
const unsigned char x86_breakpoint[]
Definition at line 98 of file nto-x86-low.c.
Referenced by nto_x86_arch_setup().
◆ x86_breakpoint
| const unsigned char x86_breakpoint[] = { 0xCC } |