This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Clarify comment on the purpose of the assertion loop in _initialize_remote.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0b736949a8752e899972d064da48ce7ca683c18e

commit 0b736949a8752e899972d064da48ce7ca683c18e
Author: Don Breazeal <donb@codesourcery.com>
Date:   Thu Mar 26 10:23:05 2015 -0700

    Clarify comment on the purpose of the assertion loop in _initialize_remote.
    
    gdb/ChangeLog:
    2015-03-26  Don Breazeal  <donb@codesourcery.com>
    
    	* remote.c (_initialize_remote): Update comment.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/remote.c  | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 66bfbae..95bbda3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
 
diff --git a/gdb/remote.c b/gdb/remote.c
index 164231c..31c933b 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]