From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8655 invoked by alias); 13 Feb 2006 18:08:48 -0000 Received: (qmail 8646 invoked by uid 22791); 13 Feb 2006 18:08:48 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Feb 2006 18:08:43 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k1DI7Z4Z023406; Mon, 13 Feb 2006 19:07:35 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k1DI7Zsa031246; Mon, 13 Feb 2006 19:07:35 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k1DI7YnD015271; Mon, 13 Feb 2006 19:07:34 +0100 (CET) Date: Mon, 13 Feb 2006 18:08:00 -0000 Message-Id: <200602131807.k1DI7YnD015271@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: jimb@red-bean.com CC: mark.kettenis@xs4all.nl, fnf@specifix.com, drow@false.org, gdb-patches@sourceware.org In-reply-to: <8f2776cb0602130957m28a1c23dw2bb0f1d3df761714@mail.gmail.com> (message from Jim Blandy on Mon, 13 Feb 2006 09:57:43 -0800) Subject: Re: [PATCH] Fix problem with scope.exp test, skipping past init0 call References: <200602121510.01657.fnf@specifix.com> <200602131047.30428.fnf@specifix.com> <200602131604.k1DG4n9Y025733@elgar.sibelius.xs4all.nl> <200602131118.49981.fnf@specifix.com> <200602131648.k1DGmUqx009322@elgar.sibelius.xs4all.nl> <8f2776cb0602130947s56ed2f8bs3b66049e8e4c89a3@mail.gmail.com> <8f2776cb0602130954h5fb8a8d4w1c302f80e06cf1ab@mail.gmail.com> <8f2776cb0602130957m28a1c23dw2bb0f1d3df761714@mail.gmail.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00286.txt.bz2 > Date: Mon, 13 Feb 2006 09:57:43 -0800 > From: Jim Blandy > > This also should go in gdb.arch/i386-prologue.{c,exp}. Indeed. I already have a testcase for it, which I will commit together with the fix for the i386 prologue analyzer. Mark