From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12368 invoked by alias); 25 Jan 2010 10:55:26 -0000 Received: (qmail 12355 invoked by uid 22791); 25 Jan 2010 10:55:26 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_SUB_PCT_LETTER X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jan 2010 10:55:22 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 216BECB0264; Mon, 25 Jan 2010 11:55:20 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JVEkCvgKP1VC; Mon, 25 Jan 2010 11:55:20 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 0ED26CB0223; Mon, 25 Jan 2010 11:55:20 +0100 (CET) Subject: Re: [RFA]: windows: always use %x to print thread id Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20100115192134.GF24994@ednor.casa.cgf.cx> Date: Mon, 25 Jan 2010 10:55:00 -0000 Cc: gdb-patches ml , Joel Brobecker Content-Transfer-Encoding: 7bit Message-Id: References: <476393A3-DFE0-487B-9976-6F7F9939E1E5@adacore.com> <20100115063523.GB2786@adacore.com> <20100115192134.GF24994@ednor.casa.cgf.cx> To: Christopher Faylor 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: 2010-01/txt/msg00565.txt.bz2 On Jan 15, 2010, at 8:21 PM, Christopher Faylor wrote: > On Fri, Jan 15, 2010 at 10:35:23AM +0400, Joel Brobecker wrote: >>> also this is a not for the user, tid in messages displayed by 'set >>> debugevents 1' are often in decimal and sometimes in hexadecimal. But >>> windows_pid_to_str prints the tid in hexa. As this is slightly >>> confusing, with this patch the tid is always printed in hexadecimal. >> >> I think this makes sense, and since Chris hasn't answered yet: >> >>> 2010-01-12 gingold >>> >>> * windows-nat.c (windows_continue): Use %x to print thread id. >>> (get_windows_debug_event): Ditto. >> >> This is OK. > > Sorry, yes, this is ok. Thanks, committed. Tristan.