From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3186 invoked by alias); 15 Feb 2010 16:03:27 -0000 Received: (qmail 3058 invoked by uid 22791); 15 Feb 2010 16:03:26 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Feb 2010 16:03:22 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o1FG1cQl032138; Mon, 15 Feb 2010 17:01:38 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o1FG1aQE032083; Mon, 15 Feb 2010 17:01:36 +0100 (CET) Date: Mon, 15 Feb 2010 16:03:00 -0000 Message-Id: <201002151601.o1FG1aQE032083@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: pedro@codesourcery.com, gdb-patches@sourceware.org, eliz@gnu.org In-reply-to: <20100215155203.GA10351@host0.dyn.jankratochvil.net> (message from Jan Kratochvil on Mon, 15 Feb 2010 16:52:03 +0100) Subject: Re: [patch] PID cmdline argument should be whole from digits [+testcase] References: <20100213152044.GA6115@host0.dyn.jankratochvil.net> <201002141454.11337.pedro@codesourcery.com> <20100214185604.GA30756@host0.dyn.jankratochvil.net> <201002151457.24814.pedro@codesourcery.com> <20100215155203.GA10351@host0.dyn.jankratochvil.net> 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-02/txt/msg00365.txt.bz2 > Date: Mon, 15 Feb 2010 16:52:03 +0100 > From: Jan Kratochvil > > > Note that DWORD is always 32-bit, even on 64-bit Windows. > > OK, did not expect, "DWORD" looked large. Microsoft still lives in the dark ages of 16-bit computing ;). Even on 64-bit Windows 'long' is only 32 bits. That alone is enough for me to not care about supporting Windows.