From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16849 invoked by alias); 17 Aug 2009 18:24:32 -0000 Received: (qmail 16840 invoked by uid 22791); 17 Aug 2009 18:24:32 -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; Mon, 17 Aug 2009 18:24:24 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 3E3D83E018; Mon, 17 Aug 2009 11:24:23 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 35181C9A2C; Mon, 17 Aug 2009 11:24:23 -0700 (PDT) Message-ID: <4A899F97.6070304@vmware.com> Date: Mon, 17 Aug 2009 18:27:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Mark Kettenis CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] Add epilogue unwinder for AMD64 References: <4A88A1EA.8010705@vmware.com> In-Reply-To: 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-08/txt/msg00250.txt.bz2 Mark Kettenis wrote: >> This patch corresponds to the similar one in i386-tdep.c, and >> corrects for a gcc issue with elf/dwarf debug info in function >> epilogues. It is needed in order to make reverse-step and next >> work properly for stepping backward through a return. >> >> No testsuite regressions. >> >> OK to commit? > > Looks ok to me. > > I'm back from a 14-day trip now, so I'll try to review other pending > i386/amd64 stuff ASAP. Unfortunately my ADSL link is currently hosed so > it may take a couple of more days. Committed, thanks.