From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17477 invoked by alias); 7 Mar 2014 15:14:57 -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 17463 invoked by uid 89); 7 Mar 2014 15:14:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Mar 2014 15:14:55 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s27FErwS013843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Mar 2014 10:14:53 -0500 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s27FEqVE026442 for ; Fri, 7 Mar 2014 10:14:53 -0500 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 0/3] Make all native targets inherit inf-child.c. Date: Fri, 07 Mar 2014 15:14:00 -0000 Message-Id: <1394205292-19784-1-git-send-email-palves@redhat.com> X-SW-Source: 2014-03/txt/msg00189.txt.bz2 This series makes the remaining native targets that don't inherit inf-child.c do that. This is so that all native targets inherit a single "superclass". With that, it's easier to install new default target methods that should only apply to the native target. For convenience if you'd like to test, I've also put this at: git@github.com:palves/gdb.git inf_child_everywhere Pedro Alves (3): Make the go32-nat.c target inherit inf-child.c. Make the windows-nat.c target inherit inf-child.c. Make the nto-procfs.c target inherit inf-child.c. gdb/go32-nat.c | 146 +++++++++++++++++++++--------------------------------- gdb/nto-procfs.c | 119 +++++++++++++++++--------------------------- gdb/windows-nat.c | 124 +++++++++++++++++----------------------------- 3 files changed, 149 insertions(+), 240 deletions(-) -- 1.7.11.7