From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29114 invoked by alias); 4 Aug 2010 15:29:22 -0000 Received: (qmail 29101 invoked by uid 22791); 4 Aug 2010 15:29:21 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Aug 2010 15:29:14 +0000 Received: (qmail 14069 invoked from network); 4 Aug 2010 15:29:13 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Aug 2010 15:29:13 -0000 From: Pedro Alves To: Mark Kettenis Subject: Re: pthread_t ids of threads not showed by "thread info" Date: Wed, 04 Aug 2010 15:29:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.31-11-rt; KDE/4.4.2; x86_64; ; ) Cc: gdb@sourceware.org, stefano.sabatini-lala@poste.it References: <20100422151855.GA3128@geppetto> <201008041535.44552.pedro@codesourcery.com> <201008041455.o74EtFhT022348@glazunov.sibelius.xs4all.nl> In-Reply-To: <201008041455.o74EtFhT022348@glazunov.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201008041629.10221.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00027.txt.bz2 On Wednesday 04 August 2010 15:55:15, Mark Kettenis wrote: > > Here's a patch. Keeping "LWP" for linux, as that's > > what linux-nat.c prints (probably since ever), so that > > we're consistent. I've added linux_init_abi, for common > > GNU/Linux osabi stuff, and, added a cygwin callback > > so that it keeps printing "Thread". > > > > WDYT? > > Looks good to me. I like linux_init_abi(); there's plenty more stuff > that could be moved there! Thanks. I've applied it. -- Pedro Alves