From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14164 invoked by alias); 15 Jul 2013 08:49: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 14150 invoked by uid 89); 15 Jul 2013 08:49:44 -0000 X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W,RDNS_NONE autolearn=ham version=3.3.1 Received: from Unknown (HELO e06smtp16.uk.ibm.com) (195.75.94.112) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 15 Jul 2013 08:49:43 +0000 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Jul 2013 09:43:52 +0100 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp16.uk.ibm.com (192.168.101.146) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 15 Jul 2013 09:43:50 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 388332190059 for ; Mon, 15 Jul 2013 09:53:31 +0100 (BST) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6F8nLg753411942 for ; Mon, 15 Jul 2013 08:49:21 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r6F8nWt5017400 for ; Mon, 15 Jul 2013 02:49:32 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-143.boeblingen.de.ibm.com [9.152.212.143]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r6F8nVZo017355; Mon, 15 Jul 2013 02:49:31 -0600 From: Andreas Arnez To: gdb-patches@sourceware.org Cc: Ulrich.Weigand@de.ibm.com Subject: [ping 2] [RFA][PATCH v4 0/5] Add TDB regset support References: <87zju3intq.fsf@br87z6lw.de.ibm.com> <87d2qt83au.fsf@br87z6lw.de.ibm.com> Date: Mon, 15 Jul 2013 08:49:00 -0000 In-Reply-To: <87d2qt83au.fsf@br87z6lw.de.ibm.com> (Andreas Arnez's message of "Mon, 08 Jul 2013 17:44:09 +0200") Message-ID: <874nbwtdgk.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: 13071508-3548-0000-0000-000005EE6054 X-SW-Source: 2013-07/txt/msg00341.txt.bz2 Did I miss anything, or is the patch set OK now? Andreas Arnez writes: > 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. >> >> [...]