]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move shared native target specific code to gdb/nat
authorGary Benson <gbenson@redhat.com>
Thu, 19 Jun 2014 13:46:38 +0000 (14:46 +0100)
committerGary Benson <gbenson@redhat.com>
Fri, 20 Jun 2014 13:06:48 +0000 (14:06 +0100)
commit125f8a3ddedd413a2290dae011f0bed9ffc78278
treed9755566364119d825f6ee87229983c7a8d68e46
parent42995dbda646ff0291a36f83a7f1a9f45e3fda8a
Move shared native target specific code to gdb/nat

https://sourceware.org/gdb/wiki/Common describes the following
directory structure:

 gdb/nat/
   Native target backend files. Code that interfaces with the
   host debug API. E.g., ptrace code, Windows debug API code,
   procfs code should go here.

 gdb/target/
   Host-independent, target vector specific code (target_ops).

 gdb/common/
   All other shared code.

This commit moves all native target backend files currently in
gdb/common to gdb/nat.

gdb/
2014-06-20  Gary Benson  <gbenson@redhat.com>

* common/gdb_thread_db.h: Moved to nat.  All includes updated.
* common/glibc_thread_db.h: Likewise.
* common/i386-cpuid.h: Likewise.
* common/i386-gcc-cpuid.h: Likewise.
* common/linux-btrace.h: Likewise.
* common/linux-osdata.h: Likewise.
* common/linux-procfs.h: Likewise.
* common/linux-ptrace.h: Likewise.
* common/mips-linux-watch.h: Likewise.
* common/linux-btrace.c: Moved to nat.
* common/linux-osdata.c: Likewise.
* common/linux-procfs.c: Likewise.
* common/linux-ptrace.c: Likewise.
* common/mips-linux-watch.c: Likewise.
* nat/gdb_thread_db.h: Moved from common.
* nat/glibc_thread_db.h: Likewise.
* nat/i386-cpuid.h: Likewise.
* nat/i386-gcc-cpuid.h: Likewise.
* nat/linux-btrace.c: Likewise.
* nat/linux-btrace.h: Likewise.
* nat/linux-osdata.c: Likewise.
* nat/linux-osdata.h: Likewise.
* nat/linux-procfs.c: Likewise.
* nat/linux-procfs.h: Likewise.
* nat/linux-ptrace.c: Likewise.
* nat/linux-ptrace.h: Likewise.
* nat/mips-linux-watch.c: Likewise.
* nat/mips-linux-watch.h: Likewise.
* Makefile.in (HFILES_NO_SRCDIR): Reflect new locations.
(object file files): Reordered.
* gdb/copyright.py (EXCLUDE_LIST): Reflect new location
of glibc_thread_db.h.

gdb/gdbserver/
2014-06-20  Gary Benson  <gbenson@redhat.com>

* Makefile.in (SFILES): Update locations for files moved
from common to nat.
(object file files): Reordered.

gdb/testsuite/
2014-06-20  Gary Benson  <gbenson@redhat.com>

* gdb.arch/i386-avx.exp: Fix include file location.
* gdb.arch/i386-sse.exp: Likewise.
38 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/amd64-linux-nat.c
gdb/copyright.py
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-low.h
gdb/gdbserver/linux-mips-low.c
gdb/gdbserver/thread-db.c
gdb/go32-nat.c
gdb/i386-linux-nat.c
gdb/linux-nat.c
gdb/linux-thread-db.c
gdb/mips-linux-nat.c
gdb/nat/gdb_thread_db.h [moved from gdb/common/gdb_thread_db.h with 100% similarity]
gdb/nat/glibc_thread_db.h [moved from gdb/common/glibc_thread_db.h with 100% similarity]
gdb/nat/i386-cpuid.h [moved from gdb/common/i386-cpuid.h with 100% similarity]
gdb/nat/i386-dregs.c
gdb/nat/i386-gcc-cpuid.h [moved from gdb/common/i386-gcc-cpuid.h with 100% similarity]
gdb/nat/linux-btrace.c [moved from gdb/common/linux-btrace.c with 100% similarity]
gdb/nat/linux-btrace.h [moved from gdb/common/linux-btrace.h with 100% similarity]
gdb/nat/linux-osdata.c [moved from gdb/common/linux-osdata.c with 100% similarity]
gdb/nat/linux-osdata.h [moved from gdb/common/linux-osdata.h with 100% similarity]
gdb/nat/linux-procfs.c [moved from gdb/common/linux-procfs.c with 100% similarity]
gdb/nat/linux-procfs.h [moved from gdb/common/linux-procfs.h with 100% similarity]
gdb/nat/linux-ptrace.c [moved from gdb/common/linux-ptrace.c with 99% similarity]
gdb/nat/linux-ptrace.h [moved from gdb/common/linux-ptrace.h with 100% similarity]
gdb/nat/linux-waitpid.c
gdb/nat/mips-linux-watch.c [moved from gdb/common/mips-linux-watch.c with 100% similarity]
gdb/nat/mips-linux-watch.h [moved from gdb/common/mips-linux-watch.h with 100% similarity]
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-avx.c
gdb/testsuite/gdb.arch/i386-avx.exp
gdb/testsuite/gdb.arch/i386-avx512.c
gdb/testsuite/gdb.arch/i386-mpx.c
gdb/testsuite/gdb.arch/i386-sse.c
gdb/testsuite/gdb.arch/i386-sse.exp