From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7513 invoked by alias); 3 Jul 2014 16:08:47 -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 7377 invoked by uid 89); 3 Jul 2014 16:08:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp10.uk.ibm.com Received: from e06smtp10.uk.ibm.com (HELO e06smtp10.uk.ibm.com) (195.75.94.106) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 03 Jul 2014 16:08:44 +0000 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Jul 2014 17:08:40 +0100 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp10.uk.ibm.com (192.168.101.140) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 3 Jul 2014 17:08:39 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id AFDDA17D8042 for ; Thu, 3 Jul 2014 17:10:09 +0100 (BST) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s63G8cr219005602 for ; Thu, 3 Jul 2014 16:08:38 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s63G8cV1005742 for ; Thu, 3 Jul 2014 10:08:38 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-196.boeblingen.de.ibm.com [9.152.212.196]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s63G8bvB005736; Thu, 3 Jul 2014 10:08:37 -0600 From: Andreas Arnez To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [PING^2] [RFC 00/23] Regset rework preparations References: <87fvkc8snt.fsf@br87z6lw.de.ibm.com> <201405141227.s4ECRggr005736@glazunov.sibelius.xs4all.nl> Date: Thu, 03 Jul 2014 16:08:00 -0000 In-Reply-To: <201405141227.s4ECRggr005736@glazunov.sibelius.xs4all.nl> (Mark Kettenis's message of "Wed, 14 May 2014 14:27:42 +0200 (CEST)") Message-ID: <87vbrefmre.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14070316-4966-0000-0000-000000991828 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00081.txt.bz2 On Wed, May 14 2014, Mark Kettenis wrote: >> From: Andreas Arnez >> Date: Wed, 14 May 2014 14:13:26 +0200 >> >> Although there was feedback for some of the patches in this series >> (https://sourceware.org/ml/gdb-patches/2014-04/msg00560.html), many are >> still uncommented. I'd really appreciate more feedback, particularly >> for the architecture-specific changes. > > Sorry, I've not been able to find time to process your reply on my > review of patch 12 yet and won't be able to for the next 1.5 weeks or > so. But perhaps you could move ahead with the diffs that don't depend > on that one which seem useful in their own right. Mark, I've done the split as suggested, and the first part is upstream since May 22nd. "Patch 12" has become patch 2 in the second part, "regset rework preparations part 2": https://sourceware.org/ml/gdb-patches/2014-06/msg00881.html Are there any further comments on this series? Or is it ready to push?