diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-15 12:40:46 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-15 12:40:46 +0000 |
commit | 83cc5c53e52677b0b951844c49ef1b2c94999809 (patch) | |
tree | 436d95e1d1e45cbe4f3429e6f940ce2770983a10 /gdb/NEWS | |
parent | 3c2d9dec5b69600cee60f5b4c7fb681d8c3ef37b (diff) | |
download | gdb-83cc5c53e52677b0b951844c49ef1b2c94999809.zip gdb-83cc5c53e52677b0b951844c49ef1b2c94999809.tar.gz gdb-83cc5c53e52677b0b951844c49ef1b2c94999809.tar.bz2 |
* NEWS: Mention "info spu" commands and qXfer:spu:read and
qXfer:spu:write remote packet types.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -74,6 +74,11 @@ show sysroot general version of "set solib-absolute-prefix", which is now an alias to "set sysroot". +info spu + Provide extended SPU facility status information. This set of + commands is available only when debugging the Cell/B.E. SPU + architecture. + * New native configurations OpenBSD/sh sh*-*openbsd* @@ -100,6 +105,11 @@ qXfer:features:read: Read an XML target description from the target, which describes its features. +qXfer:spu:read: +qXfer:spu:write: + Read or write contents of an spufs file on the target system. These + packets are available only on the Cell/B.E. SPU architecture. + * Removed targets Support for these obsolete configurations has been removed. |