From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5264 invoked by alias); 1 Jul 2009 17:43:56 -0000 Received: (qmail 5252 invoked by uid 22791); 1 Jul 2009 17:43:54 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BR,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Jul 2009 17:43:46 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KM400M006DSNA00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Wed, 01 Jul 2009 20:43:43 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.13.73]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KM400I8K6KU9YM0@i_mtaout2.012.net.il>; Wed, 01 Jul 2009 20:43:43 +0300 (IDT) Date: Wed, 01 Jul 2009 17:43:00 -0000 From: Eli Zaretskii Subject: Re: [RFC-v2] Add windows Thread Information Block In-reply-to: <001f01c9fa5a$0e1297f0$2a37c7d0$@u-strasbg.fr> To: Pierre Muller Cc: drow@false.org, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <831vp047u8.fsf@gnu.org> References: <000901c9f5ef$4ee06f10$eca14d30$@u-strasbg.fr> <20090626155254.GA15627@caradoc.them.org> <001f01c9fa5a$0e1297f0$2a37c7d0$@u-strasbg.fr> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00025.txt.bz2 > From: "Pierre Muller" > Cc: > Date: Wed, 1 Jul 2009 16:41:44 +0200 > > info w32 thread-information-block > with > info w32 tib > as an alias. This is good. > Concerning the documentation, I would also like that we > first decide if we want it to become > "info thread-information-block" or stay > "info w32 thread-information-block". As long as it is a Windows-only feature, "info w32" is more appropriate. Thanks.