Clarify comment on the purpose of the assertion loop in _initialize_remote.
authorDon Breazeal <donb@codesourcery.com>
Thu, 26 Mar 2015 17:23:05 +0000 (10:23 -0700)
committerDon Breazeal <donb@codesourcery.com>
Thu, 26 Mar 2015 17:23:05 +0000 (10:23 -0700)
gdb/ChangeLog:
2015-03-26  Don Breazeal  <donb@codesourcery.com>

* remote.c (_initialize_remote): Update comment.

gdb/ChangeLog
gdb/remote.c

index 66bfbae4291f4541a24b834a3398364812a63beb..95bbda30d42355bd44b8659132b65020234ae79b 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-26  Don Breazeal  <donb@codesourcery.com>
+
+       * remote.c (_initialize_remote): Update comment.
+
 2015-03-26  Pedro Alves  <palves@redhat.com>
            Jon TURNEY  <jon.turney@dronecode.org.uk>
 
index 164231c4e21a321162cb2c8cf89d998d0189d02a..31c933b3fac0a9c44c9e2cee0830918964c94498 100644 (file)
@@ -12495,7 +12495,8 @@ Show the maximum size of the address (in bits) in a memory packet."), NULL,
   add_packet_config_cmd (&remote_protocol_packets[PACKET_hwbreak_feature],
                          "hwbreak-feature", "hwbreak-feature", 0);
 
-  /* Assert that we've registered commands for all packet configs.  */
+  /* Assert that we've registered "set remote foo-packet" commands
+     for all packet configs.  */
   {
     int i;