From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19692 invoked by alias); 31 Aug 2010 20:27:59 -0000 Received: (qmail 19684 invoked by uid 22791); 31 Aug 2010 20:27:59 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD 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; Tue, 31 Aug 2010 20:27:52 +0000 Received: (qmail 14017 invoked from network); 31 Aug 2010 20:27:50 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Aug 2010 20:27:50 -0000 From: Pedro Alves To: Marc Khouzam Subject: Re: Different output from -gdb-show than show Date: Tue, 31 Aug 2010 20:27:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.33-29-realtime; KDE/4.4.2; x86_64; ; ) Cc: "'Michael Snyder'" , "'gdb@sourceware.org'" References: <201008312102.50990.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008312127.48439.pedro@codesourcery.com> 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-08/txt/msg00187.txt.bz2 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... > > Should be new sessions every time with Eclipse (at least for now). > > > Also, it may wreck havoc in non-stop if the target is > > already executing... > > You are right. Thanks for pointing it out. > Nothing I can do in that case then? I can't think of anything, sorry. > > I think listing support for reverse > > in "-list-target-features" would be nice? > > Definitely sounds like there should be some way to get that info. 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. -- Pedro Alves