From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1921 invoked by alias); 12 Oct 2004 14:56:48 -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 1912 invoked from network); 12 Oct 2004 14:56:46 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 12 Oct 2004 14:56:46 -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 1CHO4y-0000nS-00; Tue, 12 Oct 2004 10:56:44 -0400 Received: from mindspring.com (unknown [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 72B2A4B102; Mon, 11 Oct 2004 22:57:17 -0400 (EDT) Date: Tue, 12 Oct 2004 14:56:00 -0000 From: Michael Chastain To: msnyder@redhat.com, jjohnstn@redhat.com Subject: Re: [RFA]: Fix to watchthreads test case Cc: gdb-patches@sources.redhat.com Message-ID: <416B480B.nail9EC11LX1U@mindspring.com> References: <4159DB0B.60907@redhat.com> <4161B517.3050607@redhat.com> In-Reply-To: <4161B517.3050607@redhat.com> 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-10/txt/msg00211.txt.bz2 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.