From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41097 invoked by alias); 13 Jun 2018 21:51:08 -0000 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 Received: (qmail 41081 invoked by uid 89); 13 Jun 2018 21:51:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:230, largely X-HELO: gateway34.websitewelcome.com Received: from gateway34.websitewelcome.com (HELO gateway34.websitewelcome.com) (192.185.148.119) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 Jun 2018 21:51:06 +0000 Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway34.websitewelcome.com (Postfix) with ESMTP id 1A49A35B93 for ; Wed, 13 Jun 2018 16:51:05 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id TDfHfaB1EBcCXTDfPfP5Ux; Wed, 13 Jun 2018 16:51:04 -0500 X-Authority-Reason: nr=8 Received: from [12.176.89.6] (port=50304 helo=localhost.localdomain) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fTDfH-001rOd-E5 for gdb-patches@sourceware.org; Wed, 13 Jun 2018 16:50:51 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA 00/10] Remove standalone ptid functions Date: Wed, 13 Jun 2018 21:51:00 -0000 Message-Id: <20180613215049.9691-1-tom@tromey.com> X-BWhitelist: no X-Source-L: No X-Exim-ID: 1fTDfH-001rOd-E5 X-Source-Sender: (localhost.localdomain) [12.176.89.6]:50304 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2018-06/txt/msg00335.txt.bz2 This series removes the remaining standalone ptid functions in favor of using methods on ptid_t. These patches were largely created by running a script. Tested by the buildbot. Tom