From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20673 invoked by alias); 12 Oct 2004 22:50:20 -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 20665 invoked from network); 12 Oct 2004 22:50:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Oct 2004 22:50:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9CMoJ3D028530 for ; Tue, 12 Oct 2004 18:50:19 -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 i9CMoJr03186; Tue, 12 Oct 2004 18:50:19 -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 i9CMoAbU000488; Tue, 12 Oct 2004 18:50:18 -0400 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 6539B8001BB; Tue, 12 Oct 2004 18:50:10 -0400 (EDT) Message-ID: <416C5FA2.7030103@redhat.com> Date: Tue, 12 Oct 2004 22:50: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: Michael Chastain Cc: msnyder@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA]: Fix to watchthreads test case References: <4159DB0B.60907@redhat.com> <4161B517.3050607@redhat.com> <416B480B.nail9EC11LX1U@mindspring.com> In-Reply-To: <416B480B.nail9EC11LX1U@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00222.txt.bz2 Thanks Michael. Patch checked in and tested on x86-linux and ia64-linux. -- Jeff J. Michael Chastain wrote: > Jeff Johnston writes: > >>After discussing with Andrew, it was suggested that watchthreads.exp be >>given its own C file which is a copy of schedlock.c. > > > Sounds good to me, I like it that way too. > > It looks like I broke this. :( When I added a copyright notice to > schedlock.c, I tested schedlock.exp, but I did not look for any other > *.exp files that shared schedlock.c. So I just plain broke it. > > >>This new patch replaces the old one below. >>Hopefully, someone will get a chance to look at it. > > > I'm still catching up on my e-mail so maybe Michael Snyder already > reviewed this patch. But if not -- I approve this, if you say how > you tested it. > > Michael > > === > > 2004-10-04 Jeff Johnston > > * gdb.threads/watchthreads.c: New file for use by watchthreads.exp. > > * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find > breakpoint lines and switch to use watchthreads.c. >