From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10240 invoked by alias); 17 Mar 2010 13:51:13 -0000 Received: (qmail 10230 invoked by uid 22791); 17 Mar 2010 13:51:12 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Mar 2010 13:51:06 +0000 Received: from eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id o2HDs44n028729; Wed, 17 Mar 2010 08:54:04 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.20]) by eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) with mapi; Wed, 17 Mar 2010 09:50:59 -0400 From: Marc Khouzam To: Stan Shebs , "gdb-patches@sourceware.org" Date: Wed, 17 Mar 2010 13:51:00 -0000 Subject: RE: [PATCH] No resuming while tfinding Message-ID: References: <4BA0377C.1040000@codesourcery.com> In-Reply-To: <4BA0377C.1040000@codesourcery.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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-03/txt/msg00618.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Stan Shebs > Sent: March-16-10 9:59 PM > To: gdb-patches@sourceware.org > Subject: [PATCH] No resuming while tfinding >=20 > After going in and out of tfind mode about a thousand times=20 > in the past=20 > few months :-), it's become apparent that we don't want to allow=20 > resumption while looking at traceframes. I've also been concerned about this. I was going to do exactly what you suggest in the frontend. The user should conciously get out of tfind-mode to be able to get back to the execution. Marc