From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15610 invoked by alias); 28 May 2003 20:57:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15457 invoked from network); 28 May 2003 20:57:17 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 28 May 2003 20:57:17 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h4SKvGk9001148; Wed, 28 May 2003 22:57:16 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h4SKvGZt021142; Wed, 28 May 2003 22:57:16 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h4SKvGnL021139; Wed, 28 May 2003 22:57:16 +0200 (CEST) Date: Wed, 28 May 2003 20:57:00 -0000 Message-Id: <200305282057.h4SKvGnL021139@elgar.kettenis.dyndns.org> From: Mark Kettenis To: mludvig@suse.cz CC: gdb-patches@sources.redhat.com In-reply-to: <3ED4CA1B.2000004@suse.cz> (message from Michal Ludvig on Wed, 28 May 2003 16:39:23 +0200) Subject: Re: [RFC/i385newframe] Fix sigtramp unwinder. References: <3ED4CA1B.2000004@suse.cz> X-SW-Source: 2003-05/txt/msg00519.txt.bz2 Date: Wed, 28 May 2003 16:39:23 +0200 From: Michal Ludvig Hi, this patch fixes x86_64_linux_sigcontext_addr() which returned wrong address, and consequently enables unwinding from signal handlers. Detailed explanation of this change is in the comment in the patch. OK to apply? Oops. Of course... There was a slight problem... You left an unused variable. I fixed it and checked it in. Thanks! Mark