From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21963 invoked by alias); 24 Feb 2010 15:59:01 -0000 Received: (qmail 21927 invoked by uid 22791); 24 Feb 2010 15:58:59 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Feb 2010 15:58:55 +0000 Received: (qmail 30998 invoked from network); 24 Feb 2010 15:58:54 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Feb 2010 15:58:54 -0000 From: Pedro Alves To: Stan Shebs Subject: Re: Switch out and in of tfind mode, when handling an event, in non-stop mode. Date: Wed, 24 Feb 2010 15:59:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-19-generic; KDE/4.3.2; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201002240108.23691.pedro@codesourcery.com> <4B84D657.2060406@codesourcery.com> In-Reply-To: <4B84D657.2060406@codesourcery.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201002241558.51983.pedro@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: 2010-02/txt/msg00595.txt.bz2 On Wednesday 24 February 2010 07:33:43, Stan Shebs wrote: > Pedro Alves wrote: > > [...] Hence, this patch > > below. I've applied it. > > > Thanks! I wonder if it should go into 7.1 too? It's a pretty safe patch, in terms of likeliness of causing unexpected troubles. I guess it could go in 7.1, yeah, though I'm not exactly clear on how useable tracepoints in 7.1 actually are. > We don't really have a > specific goal for how well tracepoints should work in the release... Me neither... I'm assuming that 7.2 will be the release tracepoints will be actually useable in the field. E.g., 7.1 missed the tracepoints actions + breakpoints commands merge, and MI tracepoints support. And it won't ship with a target users can do tracing with either. :-) -- Pedro Alves