From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3390 invoked by alias); 5 Oct 2006 21:51:31 -0000 Received: (qmail 3377 invoked by uid 22791); 5 Oct 2006 21:51:30 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Oct 2006 21:51:26 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 50C7724C66; Thu, 5 Oct 2006 14:51:24 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 12687-06-74; Thu, 5 Oct 2006 14:51:22 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 4A97B24B0E; Thu, 5 Oct 2006 14:45:39 -0700 (PDT) Received: from 192.168.92.75 ([192.168.92.75]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Thu, 5 Oct 2006 21:45:39 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 05 Oct 2006 14:45:38 -0700 Subject: PING Re: [RFC] thread tests, linux/gdbserver From: Michael Snyder To: GDB Patches ML Cc: Daniel Jacobowitz In-Reply-To: <1159223190.24808.52.camel@localhost.localdomain> References: <1159223190.24808.52.camel@localhost.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 05 Oct 2006 21:51:00 -0000 Message-Id: <1160084737.9761.89.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00036.txt.bz2 Any objections to this patch? On Mon, 2006-09-25 at 15:26 -0700, Michael Snyder wrote: > Several thread tests contain patterns that explicitly look > for the string "Thread" (capitalized) in the info threads > output. > > But target remote prints it as "thread" (lower case), and > so even though these tests can be run against gdbserver, > they will fail. > > This patch just substitutes a pattern "\[Tt\]hread". > > Seem OK? > >