From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8491 invoked by alias); 1 Jul 2009 18:20:15 -0000 Received: (qmail 8473 invoked by uid 22791); 1 Jul 2009 18:20:12 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Jul 2009 18:20:03 +0000 Received: (qmail 14504 invoked from network); 1 Jul 2009 18:20:01 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Jul 2009 18:20:01 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFC-v2] Add windows Thread Information Block Date: Wed, 01 Jul 2009 18:20:00 -0000 User-Agent: KMail/1.9.10 Cc: Christopher Faylor , "'Daniel Jacobowitz'" , Pierre Muller References: <000901c9f5ef$4ee06f10$eca14d30$@u-strasbg.fr> <001f01c9fa5a$0e1297f0$2a37c7d0$@u-strasbg.fr> <20090701181013.GA8215@ednor.casa.cgf.cx> In-Reply-To: <20090701181013.GA8215@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200907011921.15134.pedro@codesourcery.com> 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/msg00032.txt.bz2 On Wednesday 01 July 2009 19:10:13, Christopher Faylor wrote: > Do we really have to reinvent this structure here? =A0Can't we use > a Windows header definition rather than inventing our own? >=20 We can't. We need it for cross gdb configurations too. But I'm not sure the structure will still appear as is, if Pierre updates the patch to implement $_tid. --=20 Pedro Alves