From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21321 invoked by alias); 7 Dec 2004 04:40:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21295 invoked from network); 7 Dec 2004 04:40:13 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 7 Dec 2004 04:40:13 -0000 Received: from zaretski ([80.230.156.125]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DGW06372 (AUTH halo1); Tue, 7 Dec 2004 06:39:59 +0200 (IST) Date: Tue, 07 Dec 2004 04:47:00 -0000 From: "Eli Zaretskii" To: Kevin Buettner Message-ID: <01c4dc17$Blat.v2.2.2$02136300@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <20041206135819.426723ee.kevinb@redhat.com> (message from Kevin Buettner on Mon, 6 Dec 2004 13:58:19 -0700) Subject: Re: [RFA] Add qGetTLSAddr packet documentation to gdb.texinfo Reply-to: Eli Zaretskii References: <20041206135819.426723ee.kevinb@redhat.com> X-SW-Source: 2004-12/txt/msg00190.txt.bz2 > Date: Mon, 6 Dec 2004 13:58:19 -0700 > From: Kevin Buettner > > Still okay? Yes, but please fix these nits: > +@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{load-module-param-1},@dots,@var{load-module-param-N} --- get thread local storage address This line is typeset as a single line, so it should be as short as possible. I suggest to shorten the names of the packet parameters (e.g., "param1" instead of "load-module-param-1"). > +module. For example, a @sc{GNU}/Linux system will pass (as The argument of @sc should not be in caps: @sc{gnu}/Linux. > +@item @code{""} (empty) > + An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub. The last line should not be indented.