From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23293 invoked by alias); 4 Sep 2003 22:16:12 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23280 invoked from network); 4 Sep 2003 22:16:11 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 4 Sep 2003 22:16:11 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B3CCD2B7F; Thu, 4 Sep 2003 18:16:08 -0400 (EDT) Message-ID: <3F57B9A8.4050209@redhat.com> Date: Thu, 04 Sep 2003 22:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: drow@mvista.com, gdb@sources.redhat.com Subject: Re: [RFC] Register sets References: <200308232249.h7NMnvhh090154@elgar.kettenis.dyndns.org> <20030824164347.GA17520@nevyn.them.org> <200308252234.h7PMYqFu001245@elgar.kettenis.dyndns.org> <3F4B8173.1000302@redhat.com> <20030826165547.GA22836@nevyn.them.org> <86he3xrkjb.fsf@elgar.kettenis.dyndns.org> <20030904125514.GA2577@nevyn.them.org> <3F574587.70401@redhat.com> <20030904140822.GA22838@nevyn.them.org> <200309042205.h84M506L034340@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00068.txt.bz2 > > I should note that I do know of a second way of handling cross > > architectures (x86-64 on i386 et.al.). Add a table of cross > > architecture unwinders and then allow different frames to have different > > architectures vis: > > > > x86-64 frame > > > > i386 frame > > i386 frame > > > > ia64 frame > > > > but that's getting way ahead of many other changes. > > A cross unwinder here would be a method that converts say an amd64 > register cache into an i386 register cache (among other things)? Yes, but it would do the conversion at the frame level. Andrew