From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16900 invoked by alias); 5 Jan 2012 18:37:59 -0000 Received: (qmail 16864 invoked by uid 22791); 5 Jan 2012 18:37:58 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD 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; Thu, 05 Jan 2012 18:37:45 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q05Iba1K018924; Thu, 5 Jan 2012 19:37:36 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q05IbYEW015293; Thu, 5 Jan 2012 19:37:34 +0100 (CET) Date: Thu, 05 Jan 2012 18:37:00 -0000 Message-Id: <201201051837.q05IbYEW015293@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: alves.ped@gmail.com, gdb-patches@sourceware.org, jan.kratochvil@redhat.com, sergiodj@redhat.com In-reply-to: <201201051802.q05I2ZCf016120@d06av02.portsmouth.uk.ibm.com> (uweigand@de.ibm.com) Subject: Re: [rfc] Options for "info mappings" etc. (Re: [PATCH] Implement new `info core mappings' command) References: <201201051802.q05I2ZCf016120@d06av02.portsmouth.uk.ibm.com> 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/msg00202.txt.bz2 > Date: Thu, 5 Jan 2012 19:02:35 +0100 (CET) > From: "Ulrich Weigand" > > I'm wondering: How can I distinguish the "magic 42000" from > a regular PID 42000 ? Traditionally on Unix, process IDs would wrap at 32767. I believe Linux still does this as well.