From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31491 invoked by alias); 23 Jul 2004 20:06:14 -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 31484 invoked from network); 23 Jul 2004 20:06:13 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 23 Jul 2004 20:06:13 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bo6J2-0003r1-00; Fri, 23 Jul 2004 16:06:12 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 456744B102; Fri, 23 Jul 2004 16:06:52 -0400 (EDT) Date: Fri, 23 Jul 2004 20:06:00 -0000 From: mec.gnu@mindspring.com To: kettenis@chello.nl Subject: Re: [PATCH] Add test for PR backtrace/1718 Cc: gdb-patches@sources.redhat.com Message-ID: <41016FDB.nailGNO1TVAI5@mindspring.com> References: <200407231308.i6ND8NxZ020826@elgar.kettenis.dyndns.org> In-Reply-To: <200407231308.i6ND8NxZ020826@elgar.kettenis.dyndns.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00333.txt.bz2 This patch is approved. Beautiful. As soon as I saw: pushl %ebp movl $0x11111111, %eax movl %esp, %ebp ... I knew that Mark would nail it! === * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718. * gdb.arch/i386-prologue.c (gdb1718): New prototype and function. (main): Call new function.