Fix typo in "show remote traceframe-info-packet"

I noticed:

  (gdb) show remote traceframe-info-packet
  Support for the `qXfer:trace-frame-info:read' packet is auto-detected, currently unknown.
                         ^^^^^^^^^^^

The packet is actually qXfer:traceframe-info:read.

gdb/
2013-05-10  Pedro Alves  <palves@redhat.com>

	* remote.c (_initialize_remote): Fix spelling of
	qXfer:traceframe-info:read packet in packet config command.
This commit is contained in:
Pedro Alves 2013-05-10 14:31:05 +00:00
parent 9779ab84ac
commit eb9fe518e9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-05-10 Pedro Alves <palves@redhat.com>
* remote.c (_initialize_remote): Fix spelling of
qXfer:traceframe-info:read packet in packet config command.
2013-05-10 David Taylor <dtaylor@emc.com>
PR remote/15455

View File

@ -11891,7 +11891,7 @@ Show the maximum size of the address (in bits) in a memory packet."), NULL,
add_packet_config_cmd
(&remote_protocol_packets[PACKET_qXfer_traceframe_info],
"qXfer:trace-frame-info:read", "traceframe-info", 0);
"qXfer:traceframe-info:read", "traceframe-info", 0);
add_packet_config_cmd (&remote_protocol_packets[PACKET_qXfer_uib],
"qXfer:uib:read", "unwind-info-block", 0);