From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15165 invoked by alias); 13 Aug 2008 18:30:31 -0000 Received: (qmail 15119 invoked by uid 22791); 13 Aug 2008 18:30:25 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Aug 2008 18:29:40 +0000 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K5J00A3GY1IWCE0@i-mtaout7.012.net.il> for gdb-patches@sources.redhat.com; Wed, 13 Aug 2008 21:29:42 +0300 (IDT) Date: Wed, 13 Aug 2008 18:30:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/RFC] Implement =thread-selected notification. In-reply-to: <200808131640.16054.vladimir@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <200808131640.16054.vladimir@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2008-08/txt/msg00354.txt.bz2 > From: Vladimir Prus > Date: Wed, 13 Aug 2008 16:40:15 +0400 > > Only doc changes need formal approval; feedback on other bits is appreciated. Thanks; approved. I have a few minor comments. > +command. This notification is not emitted as result of -thread-select Please give -thread-select a @code markup, as it's a command. > +to change the selected thread actually changes it. In particular, ^^ Two spaces, please. > +invoking, directly or indirectly (via user-defined command), the CLI > +``thread'' command, will generate this notification. @code{thread} or @samp{thread} (I'm not quite sure what do you mean by ``thread'' here, so I'm unsure which one is better). > +It is suggested that the frontend, in response to this notification, > +hightlights the selected thread and makes any further operations > +apply to this thread. We suggest that in response to this notification, front ends highlight the selected thread and cause subsequent commands apply to that thread.