From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97996 invoked by alias); 27 Sep 2016 18:52:41 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 97982 invoked by uid 89); 27 Sep 2016 18:52:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:594, concluded X-HELO: gproxy1.mail.unifiedlayer.com Received: from gproxy1-pub.mail.unifiedlayer.com (HELO gproxy1.mail.unifiedlayer.com) (69.89.25.95) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 18:52:30 +0000 Received: from cmgw3 (cmgw4 [10.0.90.84]) by gproxy1.mail.unifiedlayer.com (Postfix) with ESMTP id 832E1175A28 for ; Tue, 27 Sep 2016 12:52:29 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw3 with id oisS1t00S2f2jeq01isVoE; Tue, 27 Sep 2016 12:52:29 -0600 X-Authority-Analysis: v=2.1 cv=aaryw3Yt c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=GW1xBdLrtEIA:10 a=mDV3o1hIAAAA:8 a=Wgx6ppnjlfKpnW_wD6gA:9 a=_FVE-zBwftR9WsbkzFJk:22 Received: from 71-218-192-86.hlrn.qwest.net ([71.218.192.86]:42604 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_1) (envelope-from ) id 1bowlc-0006pL-37; Tue, 27 Sep 2016 12:06:08 -0600 From: Tom Tromey To: Eli Zaretskii Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA] Small improvements to the remote protocol manual References: <1473819514-18403-1-git-send-email-tom@tromey.com> <87h991z41h.fsf@tromey.com> <83oa39b5m8.fsf@gnu.org> Date: Tue, 27 Sep 2016 19:39:00 -0000 In-Reply-To: <83oa39b5m8.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 27 Sep 2016 20:43:43 +0300") Message-ID: <87eg45cj5h.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1bowlc-0006pL-37 X-Source-Sender: 71-218-192-86.hlrn.qwest.net (pokyo) [71.218.192.86]:42604 X-Source-Auth: tom+tromey.com X-Email-Count: 6 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2016-09/txt/msg00378.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> I'm sorry, but the original patch was followed by discussions and Eli> suggestions for changes/improvements, so I concluded the jury was Eli> still out on this one. Could you send the final version of the patch? There was some minor discussion about questions I had but AFAICT no requests for changes; so I haven't made any. I think dealing with the "A" packet or the notification oddities, if necessary, can be done in a follow-up. I still don't know what to do here. Tom