binutils-gdb/gdb/config
Gary Benson 8e5d407004 Move low-level Linux x86 debug register code to a shared file
This commit moves the now-identical low-level Linux x86 debug register
code from gdb/x86-linux-nat.c and gdb/gdbserver/linux-x86-low.c into a
new shared file gdb/nat/x86-linux-dregs.c.

gdb/ChangeLog:

	* nat/x86-linux-dregs.h: New file.
	* nat/x86-linux-dregs.c: Likewise.
	* Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
	(x86-linux-dregs.o): New rule.
	* config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
	* config/i386/linux64.mh (NATDEPFILES): Likewise.
	* x86-linux-nat.c: Include nat/x86-linux-dregs.h.
	(u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
	(x86_linux_dr_get): Likewise.
	(x86_linux_dr_set): Likewise.
	(x86_linux_dr_get_addr): Likewise.
	(x86_linux_dr_get_control): Likewise.
	(x86_linux_dr_get_status): Likewise.
	(update_debug_registers_callback): Likewise.
	(x86_linux_dr_set_control): Likewise.
	(x86_linux_dr_set_addr): Likewise.
	(x86_linux_update_debug_registers): Likewise.

gdb/gdbserver/ChangeLog:

	* Makefile.in (x86-linux-dregs.o): New rule.
	* configure.srv: Add x86-linux-dregs.o to relevant targets.
	* linux-x86-low.c: Include nat/x86-linux-dregs.h.
	(u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
	(x86_linux_dr_get): Likewise.
	(x86_linux_dr_set): Likewise.
	(update_debug_registers_callback): Likewise.
	(x86_linux_dr_set_addr): Likewise.
	(x86_linux_dr_get_addr): Likewise.
	(x86_linux_dr_set_control): Likewise.
	(x86_linux_dr_get_control): Likewise.
	(x86_linux_dr_get_status): Likewise.
	(x86_linux_update_debug_registers): Likewise.
2015-03-24 14:05:45 +00:00
..
aarch64 Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
alpha Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
arm Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
djgpp Remove gdb.hp 2015-03-20 17:15:15 +01:00
i386 Move low-level Linux x86 debug register code to a shared file 2015-03-24 14:05:45 +00:00
ia64 Remove HPUX 2015-03-13 20:24:22 +01:00
m32r Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
m68k Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
m88k * config/alpha/alpha-linux.mt: Remove file. 2007-11-17 00:54:18 +00:00
mips Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
pa Remove HPUX 2015-03-13 20:24:22 +01:00
powerpc Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
s390 Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
sh * config/alpha/alpha-linux.mt: Remove file. 2007-11-17 00:54:18 +00:00
sparc Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
tilegx Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
vax Remove Vax Ultrix and VAX BSD support 2014-10-24 17:56:56 +01:00
xtensa Move code to disable ASR to nat/ 2015-01-15 15:10:49 -05:00
nm-linux.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
nm-nto.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00