Fix typo in "show remote traceframe-info-packet"
authorPedro Alves <palves@redhat.com>
Fri, 10 May 2013 14:31:05 +0000 (14:31 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 10 May 2013 14:31:05 +0000 (14:31 +0000)
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.

gdb/ChangeLog
gdb/remote.c

index 26f2bbc0f0719fd8d0f2aac4a942c23703591a86..4b443491465a24c93205f2f2ed07b71177b30fe0 100644 (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
index b7a7cf649b9cde13e00ada77d764a7574485e5c9..7cae94061fce8a65aa89d5a1a56f0a2c75b93d73 100644 (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);