From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12762 invoked by alias); 6 Feb 2014 20:55:45 -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 12750 invoked by uid 89); 6 Feb 2014 20:55:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS 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; Thu, 06 Feb 2014 20:55:43 +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 s16KtfOH019563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 6 Feb 2014 15:55:41 -0500 Received: from barimba.redhat.com (ovpn-113-148.phx2.redhat.com [10.3.113.148]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s16KtfZL013306 for ; Thu, 6 Feb 2014 15:55:41 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFC v2 00/38] clean up target delegation Date: Thu, 06 Feb 2014 20:55:00 -0000 Message-Id: <1391720136-2121-1-git-send-email-tromey@redhat.com> X-SW-Source: 2014-02/txt/msg00136.txt.bz2 This is revision 2 of the target delegation cleanup series. The original series is here: https://sourceware.org/ml/gdb-patches/2014-01/msg00331.html This submission is, again, a squashed version of the series I actually developed. I've redone the squashing using the same patch bundlings as before. When the time comes, I plan to merge the atomized series rather than this one; the squashing having been done to avoid an email flood and to bundle the more mechanical patches in an attempt to make reviews less strenuous. This series differs from the original in several ways, though I believe none of the changes are truly major. I believe this version addresses all the reviews. It required minor changes here and there when I rebased. I didn't generally make a record of these fixes, but they were all simply adaptations either to patches that went in earlier, or to other patches touching target methods. A couple of patches from the old series have already been pushed. Patches 33-38 in this series are new to this revision. They all arose from reviews of the first series. I believe they were all reviewed already by Pedro. Built and regtested on x86-64 Fedora 18. Due to the relatively minor nature of the changes from revision 1, I did not redo the more comprehensive testing I did of that revision. Tom