From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10725 invoked by alias); 18 Jun 2009 23:56:49 -0000 Received: (qmail 10717 invoked by uid 22791); 18 Jun 2009 23:56:49 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Jun 2009 23:56:43 +0000 Received: from jupiter.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 2666915005; Thu, 18 Jun 2009 16:56:42 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by jupiter.vmware.com (Postfix) with ESMTP id 1D35BDC565; Thu, 18 Jun 2009 16:56:42 -0700 (PDT) Message-ID: <4A3AD438.40505@vmware.com> Date: Thu, 18 Jun 2009 23:56:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Michael Snyder CC: Marc Khouzam , Hui Zhu , "gdb-patches@sourceware.org" Subject: Re: [RFA] Patch to fix "reverse-next" command error References: <4A35B5CD.1030004@vmware.com> <6D19CA8D71C89C43A057926FE0D4ADAA079760F1@ecamlmw720.eamcs.ericsson.se> <4A368D36.2080102@vmware.com> In-Reply-To: <4A368D36.2080102@vmware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-06/txt/msg00494.txt.bz2 Michael Snyder wrote: > Marc Khouzam wrote: >>> -----Original Message----- >>> From: gdb-patches-owner@sourceware.org >>> [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Hui Zhu >>> Sent: June-15-09 2:47 AM >>> To: Michael Snyder; Marc Khouzam >>> Cc: gdb-patches@sourceware.org >>> Subject: Re: [RFA] Patch to fix "reverse-next" command error >>> >>> On Mon, Jun 15, 2009 at 10:45, Michael >>> Snyder wrote: >>>> Hui Zhu wrote: >>>>> Ping. >>>> Hui, I rewrote your patch a little bit. I think we can use >>>> gdbarch_skip_trampoline_code to detect the fact that we have >>>> stepped into a trampoline (ie. "plt"). This is more general. >>>> >>>> Mark, please tell me if this patch fixes your original problem, >>>> and Hui, please tell me if the patch is OK with you. >>>> >>> This patch is OK with me. >> I also tested this one and it works great for me as well. >> >> Thanks > > OK, so sounds like this one can go in as well. ... committed.