Browse Source

*** empty log message ***

jimb-rda-nptl-branch
Mark Kettenis 23 years ago
parent
commit
85be1ca620
  1. 2
      gdb/amd64-nat.c
  2. 4
      gdb/amd64bsd-nat.c
  3. 2
      gdb/amd64fbsd-nat.c
  4. 2
      gdb/amd64fbsd-tdep.c
  5. 2
      gdb/amd64nbsd-nat.c
  6. 2
      gdb/amd64nbsd-tdep.c
  7. 2
      gdb/amd64obsd-nat.c
  8. 2
      gdb/amd64obsd-tdep.c

2
gdb/amd64-nat.c

@ -26,7 +26,7 @@
#include "gdb_assert.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
code natively on AMD64. The idea is to define two mappings between

4
gdb/amd64bsd-nat.c

@ -1,6 +1,6 @@
/* 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.
@ -31,7 +31,7 @@
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"

2
gdb/amd64fbsd-nat.c

@ -44,7 +44,7 @@ typedef struct fpreg fpregset_t;
#endif
#include "gregset.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"

2
gdb/amd64fbsd-tdep.c

@ -28,7 +28,7 @@
#include "gdb_string.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "solib-svr4.h"
/* Support for signal handlers. */

2
gdb/amd64nbsd-nat.c

@ -23,7 +23,7 @@
#include "gdb_assert.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"
/* Mapping between the general-purpose registers in NetBSD/amd64

2
gdb/amd64nbsd-tdep.c

@ -27,7 +27,7 @@
#include "gdb_assert.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "nbsd-tdep.h"
#include "solib-svr4.h"

2
gdb/amd64obsd-nat.c

@ -23,7 +23,7 @@
#include "gdb_assert.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"
/* Mapping between the general-purpose registers in OpenBSD/amd64

2
gdb/amd64obsd-tdep.c

@ -29,7 +29,7 @@
#include "gdb_assert.h"
#include "gdb_string.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "i387-tdep.h"
#include "solib-svr4.h"

Loading…
Cancel
Save