* NEWS: Mention "info spu" commands and qXfer:spu:read and
qXfer:spu:write remote packet types.
This commit is contained in:
parent
3c2d9dec5b
commit
83cc5c53e5
|
@ -1,3 +1,8 @@
|
||||||
|
2007-06-15 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
|
* NEWS: Mention "info spu" commands and qXfer:spu:read and
|
||||||
|
qXfer:spu:write remote packet types.
|
||||||
|
|
||||||
2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* xml-tdesc.c (tdesc_start_target): New.
|
* xml-tdesc.c (tdesc_start_target): New.
|
||||||
|
|
10
gdb/NEWS
10
gdb/NEWS
|
@ -74,6 +74,11 @@ show sysroot
|
||||||
general version of "set solib-absolute-prefix", which is now
|
general version of "set solib-absolute-prefix", which is now
|
||||||
an alias to "set sysroot".
|
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
|
* New native configurations
|
||||||
|
|
||||||
OpenBSD/sh sh*-*openbsd*
|
OpenBSD/sh sh*-*openbsd*
|
||||||
|
@ -100,6 +105,11 @@ qXfer:features:read:
|
||||||
Read an XML target description from the target, which describes its
|
Read an XML target description from the target, which describes its
|
||||||
features.
|
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
|
* Removed targets
|
||||||
|
|
||||||
Support for these obsolete configurations has been removed.
|
Support for these obsolete configurations has been removed.
|
||||||
|
|
Loading…
Reference in New Issue