From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22919 invoked by alias); 17 Oct 2006 20:08:12 -0000 Received: (qmail 22908 invoked by uid 22791); 17 Oct 2006 20:08:12 -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; Tue, 17 Oct 2006 20:08:08 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 7A2F527596; Tue, 17 Oct 2006 13:08:07 -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 29735-01-5; Tue, 17 Oct 2006 13:08:05 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id DD73026F09; Tue, 17 Oct 2006 13:08:05 -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 ; Tue, 17 Oct 2006 20:08:06 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 17 Oct 2006 13:08:03 -0700 Subject: Re: PING Re: [RFC] thread tests, linux/gdbserver From: Michael Snyder To: Daniel Jacobowitz Cc: Mark Kettenis , GDB Patches ML In-Reply-To: <20061017154611.GA30823@nevyn.them.org> References: <1159223190.24808.52.camel@localhost.localdomain> <1160084737.9761.89.camel@localhost.localdomain> <20713.192.87.1.22.1160132019.squirrel@webmail.xs4all.nl> <1160159477.9761.124.camel@localhost.localdomain> <20061017154611.GA30823@nevyn.them.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 17 Oct 2006 20:08:00 -0000 Message-Id: <1161115683.14535.376.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/msg00188.txt.bz2 On Tue, 2006-10-17 at 11:46 -0400, Daniel Jacobowitz wrote: > On Fri, Oct 06, 2006 at 11:31:16AM -0700, Michael Snyder wrote: > > On Fri, 2006-10-06 at 12:53 +0200, Mark Kettenis wrote: > > > > Any objections to this patch? > > > > > > Hmm, I must have missed the origional mail, but I think we should actually > > > fix our code to print these things in a more consistent manner. > > > > It comes from target_pid_to_str, which is a target method. > > We don't officially control what it looks like, since a target > > is free to say anything it likes. > > > > Of course, we do control the remote target, which is all I'm > > immediately concerned with here. It would be a one-line > > change, I think, to capitalize it... > > In fact, I was working on gdbserver support for tls.exp this morning, > and that's one of the affected tests. So I made this change, > tested it with x86-64 gdbserver, and committed it. > > It fixes a bunch of failures in linux-dp.exp and thread-specific.exp, > and lets more tests run for pthreads.exp. Cool! Then consider this patch withdrawn.