From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6183 invoked by alias); 1 Sep 2010 15:37:33 -0000 Received: (qmail 6175 invoked by uid 22791); 1 Sep 2010 15:37:32 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,RCVD_ILLEGAL_IP X-Spam-Check-By: sourceware.org Received: from imr4.ericy.com (HELO imr4.ericy.com) (198.24.6.8) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Sep 2010 15:37:27 +0000 Received: from eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id o81FitYU021778; Wed, 1 Sep 2010 10:44:56 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.134]) by eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) with mapi; Wed, 1 Sep 2010 11:37:18 -0400 From: Marc Khouzam To: "'Pedro Alves'" CC: "'Michael Snyder'" , "'gdb@sourceware.org'" Date: Wed, 01 Sep 2010 15:37:00 -0000 Subject: RE: Different output from -gdb-show than show Message-ID: References: <201008312102.50990.pedro@codesourcery.com> <201008312127.48439.pedro@codesourcery.com> In-Reply-To: <201008312127.48439.pedro@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-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00000.txt.bz2 =20 > -----Original Message----- > From: Pedro Alves [mailto:pedro@codesourcery.com]=20 > Sent: Tuesday, August 31, 2010 4:28 PM > To: Marc Khouzam > Cc: 'Michael Snyder'; 'gdb@sourceware.org' > Subject: Re: Different output from -gdb-show than show >=20 > On Tuesday 31 August 2010 21:10:41, Marc Khouzam wrote: > > > Yes. You may want to issue an "-gdb-set exec-direction forward" > > > upfront to clean up any stale state from a previous run/target > > > as well...=20 > >=20 > > Should be new sessions every time with Eclipse (at least for now). > >=20 > > > Also, it may wreck havoc in non-stop if the target is > > > already executing...=20=20 > >=20 > > You are right. Thanks for pointing it out. > > Nothing I can do in that case then? >=20 > I can't think of anything, sorry. >=20 > > > I think listing support for reverse > > > in "-list-target-features" would be nice? > >=20 > > Definitely sounds like there should be some way to get that info. >=20 > Want to post a patch? :-) It should be a two liner addition to > mi-main.c:mi_cmd_list_target_features, plus a similar sized mention > in the docs. I'll give it a go and post it separately on gdb-patches. Thanks for the pointer Marc