From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27459 invoked by alias); 17 Aug 2009 09:17:37 -0000 Received: (qmail 27451 invoked by uid 22791); 17 Aug 2009 09:17:36 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_20 X-Spam-Check-By: sourceware.org Received: from smtp-vbr12.xs4all.nl (HELO smtp-vbr12.xs4all.nl) (194.109.24.32) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Aug 2009 09:17:27 +0000 Received: from webmail.xs4all.nl (dovemail6.xs4all.nl [194.109.26.8]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id n7H9HM8f082508; Mon, 17 Aug 2009 11:17:23 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 192.87.1.22 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Mon, 17 Aug 2009 11:17:23 +0200 Message-ID: In-Reply-To: <4A88A1EA.8010705@vmware.com> References: <4A88A1EA.8010705@vmware.com> Date: Mon, 17 Aug 2009 11:19:00 -0000 Subject: Re: [RFA] Add epilogue unwinder for AMD64 From: "Mark Kettenis" To: "Michael Snyder" Cc: "gdb-patches@sourceware.org" User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/msg00230.txt.bz2 > 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.