From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20244 invoked by alias); 8 Jul 2013 15:44:17 -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 20232 invoked by uid 89); 8 Jul 2013 15:44:16 -0000 X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from e06smtp14.uk.ibm.com (HELO e06smtp14.uk.ibm.com) (195.75.94.110) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Jul 2013 15:44:15 +0000 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 8 Jul 2013 16:36:19 +0100 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp14.uk.ibm.com (192.168.101.144) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 8 Jul 2013 16:36:18 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 0B94E17D801A for ; Mon, 8 Jul 2013 16:45:45 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r68Fi0x542401998 for ; Mon, 8 Jul 2013 15:44:00 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r68FiAx5025138 for ; Mon, 8 Jul 2013 09:44:10 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-143.boeblingen.de.ibm.com [9.152.212.143]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r68Fi9vk025110; Mon, 8 Jul 2013 09:44:09 -0600 From: Andreas Arnez To: gdb-patches@sourceware.org Cc: Ulrich.Weigand@de.ibm.com Subject: [ping] [RFA][PATCH v4 0/5] Add TDB regset support References: <87zju3intq.fsf@br87z6lw.de.ibm.com> Date: Mon, 08 Jul 2013 15:44:00 -0000 In-Reply-To: <87zju3intq.fsf@br87z6lw.de.ibm.com> (Andreas Arnez's message of "Wed, 03 Jul 2013 18:57:05 +0200") Message-ID: <87d2qt83au.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: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13070815-1948-0000-0000-000005A11256 X-SW-Source: 2013-07/txt/msg00233.txt.bz2 Is this good to go now? Any remaining concerns with the patch set? Andreas Arnez writes: > This is another iteration of GDB support for the "transaction diagnostic > block", TDB, which is provided by the transactional-execution facility > in newer z/Architecture systems. > > There was some discussion on previous versions of this patch, > specifically about the part that introduces dynamic core file register > notes support. Thus this version continues supporting the old "static" > interface. Also, the architecture-specific patches are now separated > out for easier review. > > NEWS | 4 > corelow.c | 42 +-- > doc/gdb.texinfo | 38 ++ > features/Makefile | 3 > gdbarch.c | 35 ++ > gdbarch.h | 19 + > gdbarch.sh | 36 +- > gdbserver/Makefile.in | 7 > gdbserver/configure.srv | 5 > gdbserver/linux-s390-low.c | 25 + > linux-tdep.c | 103 ++++--- > ppc-linux-tdep.c | 93 +------ > regset.c | 22 + > regset.h | 7 > s390-nat.c | 256 +++++++++---------- > s390-tdep.c | 590 +++++++++++++++++++++------------------------ > s390-tdep.h | 60 ++++ > 17 files changed, 739 insertions(+), 606 deletions(-)