mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* remote.c (remote_protocol_features): Add qXfer:spu:read and
qXfer:spu:write packet types.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-06-13 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* remote.c (remote_protocol_features): Add qXfer:spu:read and
|
||||
qXfer:spu:write packet types.
|
||||
|
||||
2007-06-12 Markus Deuling <deuling@de.ibm.com>
|
||||
|
||||
* gdbarch.sh (DEPRECATED_STACK_ALIGN): Remove.
|
||||
|
||||
@@ -2314,6 +2314,10 @@ static struct protocol_feature remote_protocol_features[] = {
|
||||
PACKET_qXfer_features },
|
||||
{ "qXfer:memory-map:read", PACKET_DISABLE, remote_supported_packet,
|
||||
PACKET_qXfer_memory_map },
|
||||
{ "qXfer:spu:read", PACKET_DISABLE, remote_supported_packet,
|
||||
PACKET_qXfer_spu_read },
|
||||
{ "qXfer:spu:write", PACKET_DISABLE, remote_supported_packet,
|
||||
PACKET_qXfer_spu_write },
|
||||
{ "QPassSignals", PACKET_DISABLE, remote_supported_packet,
|
||||
PACKET_QPassSignals },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user