From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29169 invoked by alias); 18 Nov 2005 19:21:42 -0000 Received: (qmail 29152 invoked by uid 22791); 18 Nov 2005 19:21:39 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.200) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005 19:21:39 +0000 Received: by zproxy.gmail.com with SMTP id l1so281913nzf for ; Fri, 18 Nov 2005 11:21:37 -0800 (PST) Received: by 10.36.20.16 with SMTP id 16mr81024nzt; Fri, 18 Nov 2005 11:21:37 -0800 (PST) Received: by 10.37.2.35 with HTTP; Fri, 18 Nov 2005 11:21:37 -0800 (PST) Message-ID: <8f2776cb0511181121k6707e497v22c5b9c8954d495f@mail.gmail.com> Date: Fri, 18 Nov 2005 21:33:00 -0000 From: Jim Blandy To: gdb-patches@sources.redhat.com Subject: Re: RFA: GDB manual: clean up query packet documentation In-Reply-To: <8f2776cb0511171727i37c5455ew5d492d4651358db5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8f2776cb0511171727i37c5455ew5d492d4651358db5@mail.gmail.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00342.txt.bz2 On 11/17/05, Jim Blandy wrote: > gdb/doc/ChangeLog: > 2005-11-17 Jim Blandy > > * gdb.texinfo (Packets): Move information out of 'q' and 'Q' > entries into the General Query Packets section. Add a > cross-reference to that section. > (General Query Packets): Add introductory text. Explain naming > conventions, and how the end of a name is recognized. Committed, with an expanded ChangeLog entry. Thanks.