aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2002-06-212002-06-21 Dave Brolley <brolley@redhat.com>Dave Brolley1-0/+2
From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner: * config/frv/frv.mt: New file. * config/frv/tm-frv.h: New file. * configure.tgt: Support frv-*-*. * Makefile.in (frv-tdep.o): New target. * frv-tdep.c: New file. * NEWS: Mention frv.
2002-06-132002-06-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+6
* NEWS: Mention multithreaded debug support for gdbserver.
2002-05-31* Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,Jason Thorpe1-0/+1
sparcnbsd-nat.c, and sparcnbsd-tdep.c. (sparc64nbsd-nat.o) (sparcnbsd-nat.o) (sparcnbsd-tdep.o): New dependency lists. * NEWS: Note new UltraSPARC NetBSD native configuration. * configure.host (sparc64-*-netbsd*): New host. * configure.tgt (sparc-*-netbsdelf*) (sparc-*-netbsd*): Set gdb_target to nbsd. (sparc64-*-netbsd*): New target. * sparc64nbsd-nat.c: New file. * sparcnbsd-nat.c: New file. * sparcnbsd-tdep.c: New file. * sparcnbsd-tdep.h: New file. * config/sparc/nbsd.mt: New file. * config/sparc/nbsd64.mh: New file. * config/sparc/nbsd64.mt: New file. * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o, sparc-nat.o, and solib.o. Add sparcnbsd-nat.o. (HOST_IPC): Remove. * config/sparc/nbsdaout.mt: Remove. * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o, sparc-nat.o, and solib.o. Add sparcnbsd-nat.o. (HOST_IPC): Remove. * config/sparc/nbsdelf.mt: Remove. * config/sparc/nm-nbsd.h: Update copyright years. Remove all sparc-nat.c compatiblity defines. * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h. (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL. * config/sparc/tm-nbsd64.h: New file. * config/sparc/tm-nbsdaout.h: Remove. * config/sparc/xm-nbsd.h: Remove.
2002-05-27* MAINTAINERS: ns32k is not longer an obsolete candidate,Jason Thorpe1-8/+3
since it has been multi-arch'd. * NEWS: Note that ns32k-*-* is now partial multi-arch. Move Alpha and VAX multi-arch news entries to same section as other multi-arch news.
2002-05-21* NEWS: Note new MIPS NetBSD native configuration.Jason Thorpe1-0/+1
* configure.host (mips*-*-netbsd*): New host. * configure.tgt (mips*-*-netbsd*): New target. * mipsnbsd-nat.c: New file. * mipsnbsd-tdep.c: New file. * mipsnbsd-tdep.h: New file. * config/mips/nbsd.mh: New file. * config/mips/nbsd.mt: New file. * config/mips/nm-nbsd.h: New file. * config/mips/tm-nbsd.h: New file.
2002-05-17* NEWS: Note addition of macro support.Jim Blandy1-0/+22
2002-05-17 * NEWS: Add section for multi-arched targets. Add v850 to that section.Corinna Vinschen1-0/+4
2002-05-09Check in change missed when sh*-*-netbsdelf* was added:Jason Thorpe1-0/+1
* NEWS: Note new sh*-*-netbsdelf* configuration.
2002-05-04* MAINTAINERS: Mark a29k as deleted.Andrew Cagney1-5/+22
* NEWS: Mention that a29k was removed. Add OBSOLETE section. Move new configurations to the top. * configure.tgt: Remove a29k. * config/a29k/tm-vx29k.h: Delete. * config/a29k/vx29k.mt: Delete. * config/a29k/tm-a29k.h: Delete. * config/a29k/a29k-udi.mt: Delete. * config/a29k/a29k.mt: Delete. * a29k-tdep.c: Delete. * remote-udi.c: Delete. * remote-mm.c: Delete. * remote-eb.c: Delete. * remote-adapt.c: Delete. * Makefile.in: Remove obsolete code. * gdbserver/Makefile.in: Ditto. * config/s390/s390x.mt: Ditto. * config/s390/s390.mt: Ditto. * config/sparc/sparclynx.mh: Ditto. * config/sparc/linux.mh: Ditto. * config/pa/hppaosf.mh: Ditto. * config/pa/hppabsd.mh: Ditto. * config/ns32k/nbsd.mt: Ditto. * config/mips/vr5000.mt: Ditto. * config/m68k/sun3os4.mh: Ditto. * config/m68k/nbsd.mt: Ditto. * config/m68k/m68klynx.mh: Ditto. * config/m32r/m32r.mt: Ditto. * config/i386/x86-64linux.mt: Ditto. * config/i386/nbsdelf.mt: Ditto. * config/i386/nbsd.mt: Ditto. * config/i386/i386lynx.mh: Ditto.
2002-04-25* MAINTAINERS: Add myself as AVR maintainer.Theodore A. Roth1-0/+4
* NEWS: Note new target avr.
2002-04-25* MAINTAINERS: Reflect that multi-arch is enabled for VAX.Jason Thorpe1-0/+4
* NEWS: Ditto.
2002-04-25* Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c andJason Thorpe1-0/+4
alphanbsd-tdep.c. (alphanbsd-nat.o): New dependency list. (alphanbsd-tdep.o): Ditto. * NEWS: Note new native NetBSD/alpha configuration. * alphanbsd-nat.c: New file. * alphanbsd-tdep.c: Ditto. * configure.host (alpha*-*-netbsd*): New host. * configure.tgt (alpha*-*-netbsd*): New target. * config/alpha/nbsd.mh: New file. * config/alpha/nbsd.mt: Ditto. * config/alpha/nm-nbsd.h: Ditto. * config/alpha/tm-nbsd.h: Ditto.
2002-04-25* NEWS: Note that Alpha targets are now multi-arch.Jason Thorpe1-0/+4
2002-04-122002-04-12 Don Howard <dhoward@redhat.com>Don Howard1-0/+5
* cli/cli-cmds.c (init_cli_cmds): Add new user settable value: max_user_call_depth. (init_cmd_lists): Initialize the new value; * cli/cli-script.c (execute_user_command): Limit the call depth of user defined commands. This avoids a core-dump when user commands are infinitly recursive.
2002-03-31* NEWS: Mention gcore support on FreeBSD/i386.Mark Kettenis1-0/+4
2002-03-292002-03-26 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+5
Andrew Cagney <cagney@redhat.com> * cli/cli-dump.c: New file. Dump memory to file, restore file to memory. * cli/cli-dump.h: New file. * Makefile.in: Add rules, dependencies for cli-dump.o. * NEWS: Mention new commands.
2002-03-05* NEWS: Update headings, 5.2 has branched.Andrew Cagney1-1/+4
2002-03-01Add FreeBSD/sparc64 to the list of "New native configurations"David O'Brien1-0/+1
2002-02-20* News: Add news about ARM and Multi-arch. Mention the new targetRichard Earnshaw1-0/+6
arm*-*-netbsd*.
2002-02-10* NEWS: Linux -> GNU/Linux.Andrew Cagney1-12/+11
2002-01-312002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+9
* NEWS: Mention "set trust-readonly-sections" command.
2002-01-312002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+8
* NEWS: Mention generate-core-file command.
2002-01-24Merge in 5.1.1 tweeks.Andrew Cagney1-0/+13
2002-01-202002-01-20 Jiri Smid <smid@suse.cz>Andreas Jaeger1-0/+1
* configure.host, configure.tgt: Support x86-64. * NEWS: Note new target x86-64.
2002-01-19Mark testsuite/gdb.hp/gdb.threads-hp/ as obsolete.Andrew Cagney1-0/+1
2002-01-112002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+17
* NEWS: Mention --pid and corefile/proc-id behavior change.
2002-01-06* MAINTAINERS: Mark a29k target as obsolete.Andrew Cagney1-0/+14
* Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o) (remote-mm.o, remote-udi.o): Obsolete. Remove references in comments. * NEWS: Note that a29k targets are obsolete. * a29k-tdep.c: Mark as obsolete. * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*, a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and a29k-*-vxworks* targets as obsolete. * remote-adapt.c: Obsolete. * remote-eb.c: Obsolete. * remote-mm.c: Obsolete. * remote-udi.c: Obsolete. * config/a29k/a29k-udi.mt: Obsolete. * config/a29k/a29k.mt: Obsolete. * config/a29k/tm-a29k.h: Obsolete. * config/a29k/tm-vx29k.h: Obsolete. * config/a29k/vx29k.mt: Obsolete.
2002-01-05Remove obsolete MacOS support.Andrew Cagney1-0/+1
2001-12-17 * NEWS: Note new target XStormy16.Corinna Vinschen1-0/+4
* MAINTAINERS: Add -Werror to XStormy16.
2001-12-01Zap sony news (m68k) and ISI (m68k) targets.Andrew Cagney1-0/+2
2001-12-01Zap the ultra series of a29k host and target.Andrew Cagney1-0/+1
2001-12-01Zap Sun's i386i.Andrew Cagney1-0/+1
2001-12-01Zap all but ns32k-netbsd NS32k targets and hosts.Andrew Cagney1-0/+2
2001-12-01Zap harris target and host.Andrew Cagney1-0/+1
2001-12-01Zap some older PPC targets.Andrew Cagney1-0/+3
2001-12-01Zap a29k.Andrew Cagney1-0/+1
2001-12-01Delete tic80 target.Andrew Cagney1-0/+4
2001-11-27 * NEWS: Updated.Tom Tromey1-0/+4
* event-loop.c (start_event_loop): Call after_char_processing_hook. * event-top.h (after_char_processing_hook): Declare. * event-top.c (rl_callback_read_char_wrapper): Call after_char_processing_hook. (after_char_processing_hook): New global. * top.c (operate_saved_history): New global. (gdb_rl_operate_and_get_next): New function. (init_main): Add the operate-and-get-next defun. (gdb_rl_operate_and_get_next_completion): New function.
2001-11-27 * NEWS: Update for --args.Tom Tromey1-0/+5
* infcmd.c (construct_inferior_arguments): Moved from ... * fork-child.c: ... here.
2001-11-23Add x86 OpenBSD native configuration.Mark Kettenis1-0/+6
* config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh, config/i386/nm-obsd.h: New files. * configure.host (i[3456]86-*-openbsd*): New host. * configure.tgt (i[3456]86-*-openbsd*): New target. * NEWS: Update.
2001-10-31Update README and NEWS to 5.1.Andrew Cagney1-1/+1
2001-10-13S/390 31 & 64 bit target and GNU/Linux native support.Andrew Cagney1-0/+1
Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM. * s390-nat.c, s390-tdep.c: New file. * config/s390/nm-linux.h, config/s390/s390.mh: New file. * config/s390/s390.mt, config/s390/s390x.mt: New file. * config/s390/tm-linux.h, config/s390/tm-s390.h: New file. * config/s390/xm-linux.h: New file. * NEWS: Update. * MAINTAINERS: Update.
2001-09-102001-09-10 Jason Molenda (jmolenda@apple.com)Jason Molenda1-2/+2
* NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
2001-08-02* NEWS: Update.Mark Kettenis1-1/+6
2001-07-29 Support for stepping through longjmp in DJGPP programs:Eli Zaretskii1-0/+2
* config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros. (GET_LONGJMP_TARGET): Define to call get_longjmp_target. (get_longjmp_target): Add prototype.
2001-07-25Update NEWS.Eli Zaretskii1-8/+129
2001-07-162001-07-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+1
* NEWS: New target CRIS.
2001-07-14 * NEWS: New target 68HC11/68HC12.Stephane Carrez1-0/+2
2001-07-10MIPS/Linux supportDaniel Jacobowitz1-0/+1
2001-06-28Build MI by default.Andrew Cagney1-0/+5