From patchwork Thu Mar 26 17:41:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Don Breazeal X-Patchwork-Id: 5830 Received: (qmail 92682 invoked by alias); 26 Mar 2015 17:41:40 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 92672 invoked by uid 89); 26 Mar 2015 17:41:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Mar 2015 17:41:37 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1YbBmg-0001KM-FW from Don_Breazeal@mentor.com for gdb-patches@sourceware.org; Thu, 26 Mar 2015 10:41:34 -0700 Received: from build4-lucid-cs (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Thu, 26 Mar 2015 10:41:34 -0700 Received: by build4-lucid-cs (Postfix, from userid 1905) id 32F6640F8C; Thu, 26 Mar 2015 10:41:32 -0700 (PDT) From: Don Breazeal To: Subject: [ob/pushed] _initialize_remote: update comment Date: Thu, 26 Mar 2015 10:41:32 -0700 Message-ID: <1427391692-7193-1-git-send-email-donb@codesourcery.com> MIME-Version: 1.0 X-IsSubscribed: yes Clarify comment on the purpose of the assertion loop in _initialize_remote. gdb/ChangeLog: 2015-03-26 Don Breazeal * remote.c (_initialize_remote): Update comment. --- 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 + + * remote.c (_initialize_remote): Update comment. + 2015-03-26 Pedro Alves Jon TURNEY 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;