From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18317 invoked by alias); 22 May 2009 15:20:50 -0000 Received: (qmail 18302 invoked by uid 22791); 22 May 2009 15:20:49 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 May 2009 15:20:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D68FB2BACF5; Fri, 22 May 2009 11:20:40 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xZgUIrmeZuKG; Fri, 22 May 2009 11:20:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 94E7D2BAB41; Fri, 22 May 2009 11:20:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 53DFBF5965; Fri, 22 May 2009 17:20:37 +0200 (CEST) Date: Fri, 22 May 2009 15:20:00 -0000 From: Joel Brobecker To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [RFA] rename find_thread_pid to find_thread_ptid Message-ID: <20090522152037.GA23016@adacore.com> References: <20090501225121.1C38B84890@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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-05/txt/msg00493.txt.bz2 > Joel's comment was to rename to find_thread_from_ptid. > I think that's great, but there's a lot more to be renamed along those > lines than what this patch does, so I went with consistency with the > current usage in gdb and just fixed the pid->ptid bug. > > Ok to check in? Go ahead, this is fine. Thanks, -- Joel