*** empty log message ***
This commit is contained in:
parent
9c1488cbbc
commit
85be1ca620
8 changed files with 9 additions and 9 deletions
|
@ -26,7 +26,7 @@
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
|
|
||||||
#include "i386-tdep.h"
|
#include "i386-tdep.h"
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
|
|
||||||
/* The following bits of code help with implementing debugging 32-bit
|
/* The following bits of code help with implementing debugging 32-bit
|
||||||
code natively on AMD64. The idea is to define two mappings between
|
code natively on AMD64. The idea is to define two mappings between
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Native-dependent code for AMD64 BSD's.
|
/* Native-dependent code for AMD64 BSD's.
|
||||||
|
|
||||||
Copyright 2003 Free Software Foundation, Inc.
|
Copyright 2003, 2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
#include <machine/reg.h>
|
#include <machine/reg.h>
|
||||||
|
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
#include "amd64-nat.h"
|
#include "amd64-nat.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ typedef struct fpreg fpregset_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gregset.h"
|
#include "gregset.h"
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
#include "amd64-nat.h"
|
#include "amd64-nat.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
|
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
#include "solib-svr4.h"
|
#include "solib-svr4.h"
|
||||||
|
|
||||||
/* Support for signal handlers. */
|
/* Support for signal handlers. */
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
|
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
#include "amd64-nat.h"
|
#include "amd64-nat.h"
|
||||||
|
|
||||||
/* Mapping between the general-purpose registers in NetBSD/amd64
|
/* Mapping between the general-purpose registers in NetBSD/amd64
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
|
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
#include "nbsd-tdep.h"
|
#include "nbsd-tdep.h"
|
||||||
#include "solib-svr4.h"
|
#include "solib-svr4.h"
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
|
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
#include "amd64-nat.h"
|
#include "amd64-nat.h"
|
||||||
|
|
||||||
/* Mapping between the general-purpose registers in OpenBSD/amd64
|
/* Mapping between the general-purpose registers in OpenBSD/amd64
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
|
|
||||||
#include "x86-64-tdep.h"
|
#include "amd64-tdep.h"
|
||||||
#include "i387-tdep.h"
|
#include "i387-tdep.h"
|
||||||
#include "solib-svr4.h"
|
#include "solib-svr4.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue