From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9037 invoked by alias); 4 Jul 2002 10:10:20 -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 9029 invoked from network); 4 Jul 2002 10:10:17 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 4 Jul 2002 10:10:17 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id NAA01516; Thu, 4 Jul 2002 13:08:06 +0300 (IDT) Date: Thu, 04 Jul 2002 04:24:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Mark Kettenis cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Convert i386 target to generic dummy frames In-Reply-To: <200207040722.g647MGM02770@elgar.kettenis.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-07/txt/msg00076.txt.bz2 On Thu, 4 Jul 2002, Mark Kettenis wrote: > This patch converts the i386 target to use generic dummy frames. > Since this is supposed to be a prerequisit for using the DWARF2 frame > unwinding stuff, I'll try to figure out how I can use that stuff on > the i386. Does this change affect the non-DWARF2 targets in any way?