From: Jim Blandy Date: Tue, 9 Feb 1999 21:22:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gdb-4_18~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8741159f8a410c65eaf66564a006812910a68b86;p=external%2Fbinutils.git *** empty log message *** --- diff --git a/gdb/NEWS b/gdb/NEWS index 08f48ae..1342190 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -14,16 +14,38 @@ M68K Linux m68*-*-linux* Fujitsu FR30 fr30-*-elf* Mitsubishi D30V d30v-*-* -* PowerPC Variants - -PowerPC configurations of GDB now support `set processor' to control -the register set in use. Available processor types include -rs6000, 403, 403GC, 505, 601, 602, 603, 604, 750, and 860. - * Readline 2.2 GDB now uses readline 2.2. +** The PowerPC and RS6000 targets now have a `set processor' command. + +When GDB is configured for a powerpc*-*-* or an rs6000*-*-* target, +you can use the `set processor' command to specify what variant of the +PowerPC family you are debugging. The command + + set processor NAME + +sets the PowerPC/RS6000 variant to NAME. GDB knows about the +following PowerPC and RS6000 variants: + + ppc-uisa PowerPC UISA - a PPC processor as viewed by user-level code + rs6000 IBM RS6000 ("POWER") architecture, user-level view + 403 IBM PowerPC 403 + 403GC IBM PowerPC 403GC + 505 Motorola PowerPC 505 + 860 Motorola PowerPC 860 or 850 + 601 Motorola PowerPC 601 + 602 Motorola PowerPC 602 + 603 Motorola/IBM PowerPC 603 or 603e + 604 Motorola PowerPC 604 or 604e + 750 Motorola/IBM PowerPC 750 or 750 + +At the moment, this command just tells GDB what to name the +special-purpose processor registers. Since almost all the affected +registers are inaccessible to user-level programs, this command is +only useful for remote debugging in its present form. + * HP-UX Support Thanks to a major code donation from HP, GDB now has much more @@ -62,6 +84,7 @@ can be used to revert to the old behavour. For existing remote stubs the change should not be noticed as the additional address information will be discarded. +* Changes to particular targets *** Changes in GDB-4.17: