From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15104 invoked by alias); 29 May 2003 22:48:57 -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 15072 invoked from network); 29 May 2003 22:48:55 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 29 May 2003 22:48:55 -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 h4TMmsw5000544; Fri, 30 May 2003 00:48:54 +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 h4TMmsfE000756; Fri, 30 May 2003 00:48:54 +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 h4TMmsVb000753; Fri, 30 May 2003 00:48:54 +0200 (CEST) To: Richard Henderson Cc: gdb-patches@gcc.gnu.org Subject: Re: [RFC] frame-ify the alpha port References: <20030529215434.GA3915@twiddle.net> From: Mark Kettenis Date: Thu, 29 May 2003 22:48:00 -0000 In-Reply-To: Richard Henderson's message of "Thu, 29 May 2003 14:54:34 -0700" Message-ID: <86vfvtjrmx.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2003-05/txt/msg00557.txt.bz2 Richard Henderson writes: > I had been thinking to do some of this in stages, so that it > would be easier to see what I was doing, but it kind of got > out of hand. I know the feeling. > Mostly what I'm looking for here is whether or not I've > properly understood The Way of Frame Unwinding. Looks to me like you did. Feel free to check this in. By the way, it would be interesting to see what would happen when you'd hook in the DWARF CFI frame unwinder from the i386newframe branch. Mark