From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2850 invoked by alias); 12 Apr 2004 21:05:42 -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 2841 invoked from network); 12 Apr 2004 21:05:40 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 Apr 2004 21:05:40 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3CL5eu6018762 for ; Mon, 12 Apr 2004 17:05:40 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3CL5dj01121; Mon, 12 Apr 2004 17:05:39 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i3CL5bcU008999; Mon, 12 Apr 2004 17:05:37 -0400 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 564D080008E; Mon, 12 Apr 2004 17:05:37 -0400 (EDT) Message-ID: <407B04A0.6030401@redhat.com> Date: Mon, 12 Apr 2004 21:05:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Jeff Johnston Cc: gdb-patches@sources.redhat.com, msnyder@redhat.com Subject: Re: [RFA]: New test for gdb.threads testsuite References: <4068BDB9.1040002@redhat.com> In-Reply-To: <4068BDB9.1040002@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00262.txt.bz2 Ping. Jeff Johnston wrote: > The attached testcase tests the new code added recently by Daniel. > > Ok to commit? > > -- Jeff J. > > 2004-03-29 Jeff Johnston > Daniel Jacobowitz > > * gdb.threads/manythreads.c: New testcase. > * gdb.threads/manythreads.exp: Ditto. > >