X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FNEWS;h=39b33fe9fca7dea95d245eb6c2a0b9781912c152;hb=636a6dfc8dc18715266999eb8cca1114c2297e54;hp=7f874392f64e4310a5c01bce7214b1ca2c2c9e46;hpb=c2a727faa20681db53f8e5a4aaf3387e568a2538;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/NEWS b/gdb/NEWS index 7f874392f6..39b33fe9fc 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,15 +3,70 @@ *** Changes since GDB 5.1: +* New command line option + +GDB now accepts --pid or -p followed by a process id. + +* Change in command line behavior -- corefiles vs. process ids. + +There is a subtle behavior in the way in which GDB handles +command line arguments. The first non-flag argument is always +a program to debug, but the second non-flag argument may either +be a corefile or a process id. Previously, GDB would attempt to +open the second argument as a corefile, and if that failed, would +issue a superfluous error message and then attempt to attach it as +a process. Now, if the second argument begins with a non-digit, +it will be treated as a corefile. If it begins with a digit, +GDB will attempt to attach it as a process, and if no such process +is found, will then attempt to open it as a corefile. + * New native configurations x86 OpenBSD i[3456]86-*-openbsd* +* New targets + +Sanyo XStormy16 xstormy16-elf + +* OBSOLETE configurations and files + +Configurations that have been declared obsolete in this release have +been commented out. Unless there is activity to revive these +configurations, the next release of GDB will have their sources +permanently REMOVED. + +AMD 29k family via UDI a29k-amd-udi, udi29k +A29K VxWorks a29k-*-vxworks +AMD 29000 embedded, using EBMON a29k-none-none +AMD 29000 embedded with COFF a29k-none-coff +AMD 29000 embedded with a.out a29k-none-aout + + +* REMOVED configurations and files + +TI TMS320C80 tic80-*-* +WDC 65816 w65-*-* +PowerPC Solaris powerpcle-*-solaris* +PowerPC Windows NT powerpcle-*-cygwin32 +PowerPC Netware powerpc-*-netware* +Harris/CXUX m88k m88*-harris-cxux* +Most ns32k hosts and targets ns32k-*-mach3* ns32k-umax-* + ns32k-utek-sysv* ns32k-utek-* +SunOS 4.0.Xi on i386 i[3456]86-*-sunos* +Ultracomputer (29K) running Sym1 a29k-nyu-sym1 a29k-*-kern* +Sony NEWS (68K) running NEWSOS 3.x m68*-sony-sysv news +ISI Optimum V (3.05) under 4.3bsd. m68*-isi-* +Apple Macintosh (MPW) host and target N/A host, powerpc-*-macos* + * Changes to command line processing The new `--args' feature can be used to specify command-line arguments for the inferior from gdb's command line. +* Changes to key bindings + +There is a new `operate-and-get-next' function bound to `C-o'. + *** Changes in GDB 5.1: * New native configurations