binutils-gdb/gdb/config/i386
Mark Kettenis 60fac5b81a * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
* x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
Change "register array" to "register cache" in comments.
(x86_64_linux_gregset64_reg_offset): New variable.
(GETREGS_SUPPLIES): Remove macro.
(supply_gregset): Call amd64_supply_native_gregset instead of
x86_64_linux_supply_gregset.
(fill_gregset): Rename `regno' to `regnum'.  Call
amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
(store_regs): Rename `regno' to `regnum'.
(store_fpregs): Rename `regno' to `regnum'.
(fetch_inferior_registers): Rename `regno' to `regnum'.  Use
amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
Reorganize function a bit.
(store_inferior_registers): Rename `regno' to `regnum'.  Use
amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
Reorganize function a bit.
(_initialize_x86_64_linux_nat): New function.
* config/i386/x86-64linux.mh.
2003-08-29 16:28:39 +00:00
..
cygwin.mh
cygwin.mt
embed.mt
fbsd64.mh * amd64-nat.h: New file. 2003-08-29 13:58:26 +00:00
fbsd64.mt * configure.host: Add x86_64-*-freebsd*. 2003-07-13 16:15:59 +00:00
fbsd.mh
fbsd.mt
go32.mh
go32.mt
i386aout.mt
i386bsd.mh
i386bsd.mt
i386gnu.mh
i386gnu.mt
i386lynx.mh
i386lynx.mt
i386nw.mt
i386sco4.mh
i386sco5.mh
i386sco.mh
i386sol2.mh
i386sol2.mt * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype. 2003-05-30 19:24:30 +00:00
i386v4.mh
i386v42mp.mh
i386v.mh
i386v.mt
interix.mh
interix.mt
linux.mh * Makefile.in (linux-nat.o): Add rule. 2003-06-15 20:56:48 +00:00
linux.mt * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
nbsd.mt
nbsdaout.mh
nbsdelf.mh
ncr3000.mh
ncr3000.mt
nm-cygwin.h
nm-fbsd64.h * configure.host: Add x86_64-*-freebsd*. 2003-07-13 16:15:59 +00:00
nm-fbsd.h
nm-go32.h
nm-i386.h
nm-i386bsd.h
nm-i386gnu.h
nm-i386lynx.h
nm-i386sco4.h
nm-i386sco5.h
nm-i386sco.h
nm-i386sol2.h From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de): 2003-08-10 13:49:33 +00:00
nm-i386v4.h
nm-i386v42mp.h
nm-i386v.h
nm-interix.h
nm-linux.h * Makefile.in (i386-linux-nat.o): Update dependencies. 2003-08-17 18:22:25 +00:00
nm-nbsd.h
nm-nbsdaout.h
nm-nto.h 2003-07-04 Kris Warkentin <kewarken@qnx.com> 2003-07-04 15:48:57 +00:00
nm-obsd.h
nm-ptx4.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
nm-symmetry.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
nm-x86-64linux.h 2003-08-18 Michal Ludvig <mludvig@suse.cz> 2003-08-18 13:42:13 +00:00
nto.mh 2003-07-04 Kris Warkentin <kewarken@qnx.com> 2003-07-04 15:57:08 +00:00
nto.mt Added i386 QNX Neutrino support. 2003-05-05 13:57:21 +00:00
obsd.mh
obsd.mt
ptx4.mh 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
ptx4.mt 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
ptx.mh 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
ptx.mt 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
symmetry.mh 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
symmetry.mt 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
tm-cygwin.h
tm-fbsd.h
tm-go32.h
tm-i386.h 2003-06-14 Andrew Cagney <cagney@redhat.com> 2003-06-15 00:27:54 +00:00
tm-i386bsd.h
tm-i386lynx.h
tm-i386sol2.h
tm-linux.h * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define. 2003-05-10 20:14:43 +00:00
tm-nbsd.h
tm-nto.h Added i386 QNX Neutrino support. 2003-05-05 13:57:21 +00:00
tm-ptx4.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
tm-ptx.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
tm-symmetry.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
tm-vxworks.h
tm-x86-64linux.h * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove 2003-05-31 08:15:38 +00:00
vxworks.mt
x86-64linux.mh * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define. 2003-08-29 16:28:39 +00:00
x86-64linux.mt 2003-07-15 Michal Ludvig <mludvig@suse.cz> 2003-07-15 11:33:59 +00:00
xm-cygwin.h
xm-go32.h
xm-i386.h
xm-i386bsd.h
xm-i386sco.h
xm-i386v4.h
xm-i386v.h
xm-nbsd.h
xm-ptx4.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
xm-ptx.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00
xm-symmetry.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:19:52 +00:00