From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1441 invoked by alias); 15 May 2015 07:27:32 -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 1418 invoked by uid 89); 15 May 2015 07:27:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 May 2015 07:27:29 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NOD00700R831P00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 15 May 2015 10:27:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NOD0067ERDPVA60@a-mtaout22.012.net.il>; Fri, 15 May 2015 10:27:26 +0300 (IDT) Date: Fri, 15 May 2015 07:27:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] display names of remote threads In-reply-to: <555520F6.7080400@dancol.org> To: Daniel Colascione Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837fsai9lv.fsf@gnu.org> References: <555520F6.7080400@dancol.org> X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00373.txt.bz2 > Date: Thu, 14 May 2015 15:25:58 -0700 > From: Daniel Colascione > > commit 9b8ccc79e8a522b20ac6413751fa488622131839 > Author: Daniel Colascione > Date: Thu May 14 15:24:08 2015 -0700 > > Display names of remote threads Please also include changes to corresponding ChangeLog files. > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > index 4b76ce9..341ed82 100644 > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo > @@ -39111,17 +39111,19 @@ the following structure: > @smallexample > > > - > + > ... description ... > > > @end smallexample > > Each @samp{thread} element must have the @samp{id} attribute that > -identifies the thread (@pxref{thread-id syntax}). The > -@samp{core} attribute, if present, specifies which processor core > -the thread was last executing on. The content of the of @samp{thread} > -element is interpreted as human-readable auxilliary information. > +identifies the thread (@pxref{thread-id syntax}). The @samp{core} > +attribute, if present, specifies which processor core the thread was > +last executing on. The @samp{name} attribute, if present, specifies > +the human-readable name of the thread. The content of the of > +@samp{thread} element is interpreted as human-readable > +auxilliary information. Something is wrong with the last sentence. (I actually wonder why that sentence is needed: it's not clear to me what does it want to convey.) The documentation part is OK with this fixed.