From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5630 invoked by alias); 12 Jun 2009 03:34:33 -0000 Received: (qmail 5620 invoked by uid 22791); 12 Jun 2009 03:34:32 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f196.google.com (HELO mail-px0-f196.google.com) (209.85.216.196) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Jun 2009 03:34:27 +0000 Received: by pxi34 with SMTP id 34so1103914pxi.12 for ; Thu, 11 Jun 2009 20:34:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.14.18 with SMTP id 18mr1324827wfn.304.1244777665497; Thu, 11 Jun 2009 20:34:25 -0700 (PDT) In-Reply-To: <20090611140044.GJ25723@adacore.com> References: <6D19CA8D71C89C43A057926FE0D4ADAA0790D133@ecamlmw720.eamcs.ericsson.se> <6D19CA8D71C89C43A057926FE0D4ADAA0790D648@ecamlmw720.eamcs.ericsson.se> <20090611140044.GJ25723@adacore.com> Date: Fri, 12 Jun 2009 03:34:00 -0000 Message-ID: Subject: Re: Wrong Reverse result From: Hui Zhu To: Joel Brobecker Cc: Marc Khouzam , gdb@sourceware.org, Michael Snyder Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-06/txt/msg00119.txt.bz2 On Thu, Jun 11, 2009 at 22:00, Joel Brobecker wrote: >> I forgot how to turn on those nice traces. =A0Can you >> remind me? >> The traces don't mean much to me, but I can include them >> in any future (if any :-)) issues. > > It's "set debug infrun 1". I don't know how I was ever able to > investigate infrun issues before they got introduced... You can "set debug infrun 1". When you are interseting with some part for example "infrun: stepped into subroutine", you can search "infrun: stepped into subroutine" in infrun.c. You can find the code. Debug this part with Eclipse is more better than command mode. :) Thanks, Hui