From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32765 invoked by alias); 2 Aug 2004 04:04:11 -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 32740 invoked from network); 2 Aug 2004 04:04:08 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 2 Aug 2004 04:04:08 -0000 Received: from zaretski ([80.230.149.205]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id EAJ18512; Mon, 2 Aug 2004 07:04:05 +0300 (IDT) Date: Mon, 02 Aug 2004 04:04:00 -0000 From: "Eli Zaretskii" To: Mark Kettenis Message-Id: <3405-Mon02Aug2004070159+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: <200408012158.i71LwpRw033840@elgar.kettenis.dyndns.org> (message from Mark Kettenis on Sun, 1 Aug 2004 23:58:51 +0200 (CEST)) Subject: Re: [PATCH] Improve i386 prologue analyzer Reply-to: Eli Zaretskii References: <200408012158.i71LwpRw033840@elgar.kettenis.dyndns.org> X-SW-Source: 2004-08/txt/msg00029.txt.bz2 > Date: Sun, 1 Aug 2004 23:58:51 +0200 (CEST) > From: Mark Kettenis > > This revamps the way i386_analyze_frame_setup() tries to skip over the > code instructions that GCC might migrate into the prologue. The > instructions are now in a list that can easily be extended if the need > arises. Thanks, I verified that the original problems I reported no longer exist with this version.