From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16555 invoked by alias); 23 Mar 2004 14:13:42 -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 16548 invoked from network); 23 Mar 2004 14:13:40 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 23 Mar 2004 14:13:40 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2230E2B92; Tue, 23 Mar 2004 09:13:40 -0500 (EST) Message-ID: <40604613.4030203@gnu.org> Date: Tue, 23 Mar 2004 14:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] signal trampoline frames References: <405E5A09.2050803@gnu.org> In-Reply-To: <405E5A09.2050803@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00516.txt.bz2 > Hello, > > This adds "tramp-frame.[hc]" as a generic signal trampoline frame unwinder. The client architectures, per the revised change to ppcnbsd-tdep.c (it superseeds my original), just needs to provide the signal trampoline instruction sequence and a method to initialize the trad_frame_cache. > > Thoughts, I'll look to commit the tramp-frame parts in a few days. I've committed this part: > 2004-03-21 Andrew Cagney > > * tramp-frame.h, tramp-frame.h: New files. > * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o): > Update rules to include "tramp-frame.h" and "tramp-frame.c". Andrew