From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7364 invoked by alias); 14 Mar 2009 12:32:22 -0000 Received: (qmail 7356 invoked by uid 22791); 14 Mar 2009 12:32:21 -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; Sat, 14 Mar 2009 12:32:17 +0000 Received: (qmail 24997 invoked from network); 14 Mar 2009 12:32:15 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 14 Mar 2009 12:32:15 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] linux-nat.c minor cleanup Date: Sat, 14 Mar 2009 12:53:00 -0000 User-Agent: KMail/1.9.10 Cc: Doug Evans References: <20081219053421.2D802412300@localhost> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903141222.29732.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-03/txt/msg00228.txt.bz2 On Friday 13 March 2009 17:10:06, Doug Evans wrote: > > 2008-12-18 Doug Evans > > > > * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an > > int, not a long long. > > (linux_nat_info_proc_cmd): Store pid in long instead of long long. > > > Ok. -- Pedro Alves