From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28993 invoked by alias); 12 Nov 2008 21:10:14 -0000 Received: (qmail 28966 invoked by uid 22791); 12 Nov 2008 21:10:13 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 21:09:31 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KA800300O3GWN00@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Wed, 12 Nov 2008 23:11:19 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.205.49]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KA8002NYO6PS1I0@i_mtaout2.012.net.il>; Wed, 12 Nov 2008 23:11:19 +0200 (IST) Date: Thu, 13 Nov 2008 05:08:00 -0000 From: Eli Zaretskii Subject: Re: [RFC] Implement =thread-selected notification. In-reply-to: <200811122343.24950.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: <200811122343.24950.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-11/txt/msg00255.txt.bz2 > From: Vladimir Prus > Date: Wed, 12 Nov 2008 23:43:24 +0300 > > > This patch implements =thread-selected notification, needed so that if user > types "thread N" in GDB console of a frontend, frontend can understand that > user wants to see a different thread. > > Is the interps.{c,h} change OK? > > Eli, is the doc patch fine with you? Yes, thanks.