aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
AgeCommit message (Expand)AuthorFilesLines
2003-09-13* win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for SSEChristopher Faylor1-7/+0
2003-09-13* win32-nat.c: Reorganize so that defines used by target headers are actuallyChristopher Faylor1-1/+1
2003-09-032003-09-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-4/+0
2003-08-29* i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.Mark Kettenis1-1/+1
2003-08-29* amd64-nat.h: New file.Mark Kettenis1-1/+1
2003-08-182003-08-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig1-0/+5
2003-08-17 * Makefile.in (i386-linux-nat.o): Update dependencies.Daniel Jacobowitz1-0/+9
2003-08-10From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):Mark Kettenis1-0/+1
2003-07-152003-07-15 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2-3/+3
2003-07-13* configure.host: Add x86_64-*-freebsd*.Mark Kettenis3-0/+51
2003-07-042003-07-04 Kris Warkentin <kewarken@qnx.com>Kris Warkentin1-0/+2
2003-07-042003-07-04 Kris Warkentin <kewarken@qnx.com>Kris Warkentin2-0/+11
2003-06-20 * config/arm/linux.mt: Remove code protected by GDBSERVER define.Daniel Jacobowitz1-2/+0
2003-06-19 * arch-utils.c (default_prepare_to_proceed): Remove.Daniel Jacobowitz1-4/+0
2003-06-15 * Makefile.in (linux-nat.o): Add rule.Daniel Jacobowitz2-1/+3
2003-06-152003-06-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-4/+0
2003-05-31* x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): RemoveMark Kettenis4-48/+27
2003-05-30* i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.Mark Kettenis1-1/+1
2003-05-10* config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.Mark Kettenis1-2/+0
2003-05-05Added i386 QNX Neutrino support.Kris Warkentin2-0/+37
2003-04-092003-04-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney14-748/+748
2003-04-092003-04-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-04-062003-04-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-6/+0
2003-03-262003-03-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-03-21 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.Corinna Vinschen1-1/+1
2003-03-032003-03-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-02-24add HAVE_CONTINUABLE_WATCHPOINT to target_opsKris Warkentin3-3/+3
2003-02-05* configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,Mark Kettenis3-9/+0
2003-02-052003-02-05 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-3/+0
2003-02-012003-02-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-22/+8
2003-02-01* config/i386/tm-i386os9k.h: Removed.Mark Kettenis1-65/+0
2003-02-01* configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.Mark Kettenis3-37/+0
2003-02-01* config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.Mark Kettenis2-10/+0
2003-02-01* config/i386/i386dgux.mh: Removed.Mark Kettenis1-10/+0
2003-01-02* configure.in: Move code that provides the --enable-tui optionMark Kettenis1-1/+0
2002-12-21* x86-64-tdep.h (x86_64_init_abi): New prototype.Mark Kettenis1-0/+1
2002-12-162002-12-16 Andrew Cagney <ac131313@redhat.com>Andrew Cagney16-391/+0
2002-11-22* win32-nat.c (psapi_get_dll_name): Fix a compiler warning.Christopher Faylor1-1/+5
2002-11-142002-11-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+2
2002-11-09* i386-linux-nat.c (ORIG_EAX): Define to -1 if not alreadyMark Kettenis1-3/+0
2002-11-08* config/i386/tm-i386v42mp.h: Remove file. Move its contents,Mark Kettenis3-94/+70
2002-11-01 New interix-specific files:Joel Brobecker3-0/+47
2002-10-20* configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.Mark Kettenis1-0/+3
2002-10-11 * c-exp.y (THIS): Delete token and grammar rule.Daniel Jacobowitz9-51/+7
2002-10-06* config/i386/nm-i386sco.h: Add protection againstMark Kettenis1-3/+5
2002-09-06* i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start andMark Kettenis1-12/+0
2002-09-02* Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) toJason Thorpe4-5/+4
2002-09-02* configure.tgt (i[3456]86-*-netbsdelf*): Merge with...Jason Thorpe3-30/+0
2002-09-02* i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.Jason Thorpe1-12/+0
2002-09-01* Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),Jason Thorpe2-2/+4