From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24270 invoked by alias); 31 Oct 2004 16:50:12 -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 24262 invoked from network); 31 Oct 2004 16:50:11 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 31 Oct 2004 16:50:11 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id i9VGoAmC008346 for ; Sun, 31 Oct 2004 17:50:10 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id i9VGoASq002205 for ; Sun, 31 Oct 2004 17:50:10 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id i9VGoA7N002202; Sun, 31 Oct 2004 17:50:10 +0100 (CET) Date: Sun, 31 Oct 2004 16:50:00 -0000 Message-Id: <200410311650.i9VGoA7N002202@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sources.redhat.com In-reply-to: <41851400.4070107@gnu.org> (message from Andrew Cagney on Sun, 31 Oct 2004 11:34:08 -0500) Subject: Re: [PATCH/RFA] Set tramp_frame unwinder type correctly References: <200410311628.i9VGSXwA002097@elgar.sibelius.xs4all.nl> <41851400.4070107@gnu.org> X-SW-Source: 2004-10/txt/msg00540.txt.bz2 Date: Sun, 31 Oct 2004 11:34:08 -0500 From: Andrew Cagney > Index: ChangeLog > from Mark Kettenis > > * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type > from TRAMP_FRAME frame type. Committed.