diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-02-09 02:19:18 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-02-09 02:19:18 +0000 |
commit | f84e1784d47019302c7b2fd66dd160ad89fc0744 (patch) | |
tree | 582866dea48407b5a9c9eb83b564363ed9d6d1cb /gdb/NEWS | |
parent | 229c5cdb6279c4a29b0d27a48f66e18e2012d597 (diff) | |
download | gdb-f84e1784d47019302c7b2fd66dd160ad89fc0744.zip gdb-f84e1784d47019302c7b2fd66dd160ad89fc0744.tar.gz gdb-f84e1784d47019302c7b2fd66dd160ad89fc0744.tar.bz2 |
* NEWS: Mention new X packet and PowerPC variant support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -14,6 +14,12 @@ 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. @@ -44,6 +50,11 @@ it, build with --enable-tui. * GDB Remote protocol +A new protocol packet 'X' that writes binary data is now available. +Default behavior is to try 'X', then drop back to 'M' if the stub +fails to respond. The settable variable `remotebinarydownload' +allows explicit control over the use of 'X'. + For 64 bit targets, the memory packets ("M" and "m") can now contain a full 64 bit address. The class-obscure gdb command: set targetaddresssize 32 |