mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* remote.c (remote_protocol_features): Correct qPart to qXfer.
This commit is contained in:
parent
ee5bb91ef1
commit
40e57cf227
@ -1,3 +1,7 @@
|
||||
2006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* remote.c (remote_protocol_features): Correct qPart to qXfer.
|
||||
|
||||
2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* eval.c (evaluate_subexp_for_address): Don't incorrectly discard
|
||||
|
@ -2176,7 +2176,7 @@ remote_packet_size (const struct protocol_feature *feature,
|
||||
|
||||
static struct protocol_feature remote_protocol_features[] = {
|
||||
{ "PacketSize", PACKET_DISABLE, remote_packet_size, -1 },
|
||||
{ "qPart:auxv:read", PACKET_DISABLE, remote_supported_packet,
|
||||
{ "qXfer:auxv:read", PACKET_DISABLE, remote_supported_packet,
|
||||
PACKET_qXfer_auxv }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user