From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17298 invoked by alias); 26 Apr 2010 16:49:50 -0000 Received: (qmail 17279 invoked by uid 22791); 26 Apr 2010 16:49:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Apr 2010 16:49:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 15C072BAB65; Mon, 26 Apr 2010 12:49:41 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tasIxEV+RwDA; Mon, 26 Apr 2010 12:49:41 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2684C2BAAF4; Mon, 26 Apr 2010 12:49:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 04748F5896; Mon, 26 Apr 2010 12:49:38 -0400 (EDT) Date: Mon, 26 Apr 2010 16:49:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: 'Pedro Alves' , gdb-patches@sourceware.org Subject: Re: [RFA- v3] Testcase for bug report 11531 and fix for Solaris Message-ID: <20100426164937.GD2732@adacore.com> References: <000301cae303$d6d068b0$84713a10$@muller@ics-cnrs.unistra.fr> <20100423172933.GO19194@adacore.com> <201004231915.49375.pedro@codesourcery.com> <002101cae3c0$a56276c0$f0276440$@muller@ics-cnrs.unistra.fr> <20100425132041.GA2732@adacore.com> <004e01cae532$f09f07c0$d1dd1740$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004e01cae532$f09f07c0$d1dd1740$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00881.txt.bz2 > 2010-04-24 Pierre Muller > > PR breakpoints/11531. > * testsuite/gdb.base/gdb11531.c: New file. > * testsuite/gdb.base/gdb11531.exp: New file. Looks good to me :). > +# Test GDB ibug report 11531. ^^^^^^ -- Joel