From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11418 invoked by alias); 13 Nov 2008 14:40:08 -0000 Received: (qmail 11404 invoked by uid 22791); 13 Nov 2008 14:40:07 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Nov 2008 14:39:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 1903010D51; Thu, 13 Nov 2008 14:39:23 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id A4F3010811; Thu, 13 Nov 2008 14:39:22 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1L0dLt-0002oZ-Ck; Thu, 13 Nov 2008 09:39:21 -0500 Date: Thu, 13 Nov 2008 19:19:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: Pedro Alves , gdb-patches@sources.redhat.com Subject: Re: [RFC] Implement =thread-selected notification. Message-ID: <20081113143921.GA10502@caradoc.them.org> Mail-Followup-To: Vladimir Prus , Pedro Alves , gdb-patches@sources.redhat.com References: <200811122343.24950.vladimir@codesourcery.com> <200811122122.54320.pedro@codesourcery.com> <200811131714.14566.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811131714.14566.vladimir@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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/msg00279.txt.bz2 On Thu, Nov 13, 2008 at 05:14:14PM +0300, Vladimir Prus wrote: > +We suggest that in response to this notification, front ends > +highlight the selected thread and cause subsequent commands apply to > +that thread. "cause subsequent commands to apply to that thread". > + /* Don't try report anything if there are no thread -- > + the program is dead. */ are no threads -- Daniel Jacobowitz CodeSourcery