From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8921 invoked by alias); 6 Jan 2012 12:29:07 -0000 Received: (qmail 8911 invoked by uid 22791); 6 Jan 2012 12:29:04 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ee0-f41.google.com (HELO mail-ee0-f41.google.com) (74.125.83.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Jan 2012 12:28:51 +0000 Received: by eekc41 with SMTP id c41so1110582eek.0 for ; Fri, 06 Jan 2012 04:28:50 -0800 (PST) Received: by 10.213.17.208 with SMTP id t16mr1176508eba.54.1325852930308; Fri, 06 Jan 2012 04:28:50 -0800 (PST) Received: from [192.168.0.103] ([2.82.184.26]) by mx.google.com with ESMTPS id e12sm96255975eea.5.2012.01.06.04.28.48 (version=SSLv3 cipher=OTHER); Fri, 06 Jan 2012 04:28:49 -0800 (PST) Message-ID: <4F06E8FF.2010503@gmail.com> Date: Fri, 06 Jan 2012 12:29:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Joel Brobecker CC: Ulrich Weigand , gdb-patches@sourceware.org, jan.kratochvil@redhat.com, sergiodj@redhat.com Subject: Re: [rfc] Options for "info mappings" etc. (Re: [PATCH] Implement new `info core mappings' command) References: <4F05E9C8.9060706@gmail.com> <201201051953.q05JrUDS025048@d06av02.portsmouth.uk.ibm.com> <20120106064122.GJ2730@adacore.com> In-Reply-To: <20120106064122.GJ2730@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-01/txt/msg00235.txt.bz2 On 01/06/2012 06:41 AM, Joel Brobecker wrote: >>> AFAIK, there's no such thing as a 42000 PID; PIDs on Linux are limited >>> to 16-bit. >> >> See my reply to Mark; this is no longer true in general these days. > > It wasn't true even before. Other old systems such as mips-irix also > had 64bit PIDs, for instance, or Tru64. AFAIK, neither Irix nor Tru64 use the Linux kernel :-) If we step out of Linux, then my assertion above would be false even for Windows.