From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31827 invoked by alias); 14 Jul 2009 20:12:46 -0000 Received: (qmail 31793 invoked by uid 22791); 14 Jul 2009 20:12:46 -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; Tue, 14 Jul 2009 20:12:41 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 8752556001; Tue, 14 Jul 2009 13:12:39 -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 80F6EC9F72; Tue, 14 Jul 2009 13:12:39 -0700 (PDT) Message-ID: <4A5CE59A.8080208@vmware.com> Date: Tue, 14 Jul 2009 22:19:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Hui Zhu CC: gdb-patches ml Subject: Re: [RFA/RFC Prec] Add Linux AMD64 process record support second version, (AMD64 Linux system call support) 3/3 References: 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-07/txt/msg00382.txt.bz2 Hui, It looks like amd64-tdep.c is going to need an epilogue unwinder, similar to the one in i386-tdep.c. Can you add one, maybe using the 386 one as a model? I haven't checked in the infrun change that makes use of it, but when I do, this will break. Michael