From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17958 invoked by alias); 12 Jun 2013 13:44:23 -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 17931 invoked by uid 89); 12 Jun 2013 13:44:18 -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,TW_HW autolearn=ham version=3.3.1 Received: from e06smtp15.uk.ibm.com (HELO e06smtp15.uk.ibm.com) (195.75.94.111) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 12 Jun 2013 13:44:17 +0000 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 12 Jun 2013 14:40:01 +0100 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 12 Jun 2013 14:40:00 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 633192190066 for ; Wed, 12 Jun 2013 14:47:33 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r5CDi1PV49873094 for ; Wed, 12 Jun 2013 13:44:01 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r5CDiBgh029274 for ; Wed, 12 Jun 2013 07:44:12 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-143.boeblingen.de.ibm.com [9.152.212.143]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r5CDiBNR029257; Wed, 12 Jun 2013 07:44:11 -0600 From: Andreas Arnez To: Pedro Alves Cc: gdb-patches@sourceware.org, Ulrich Weigand Subject: Re: [RFA PATCH v2 0/3] Add TDB regset support References: <87y5afpmnd.fsf@br87z6lw.de.ibm.com> <51B86B01.8050404@redhat.com> Date: Wed, 12 Jun 2013 14:48:00 -0000 In-Reply-To: <51B86B01.8050404@redhat.com> (Pedro Alves's message of "Wed, 12 Jun 2013 13:35:13 +0100") Message-ID: <8761xjphp0.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: 13061213-0342-0000-0000-0000054BC394 X-SW-Source: 2013-06/txt/msg00280.txt.bz2 Pedro Alves writes: > Haven't looked at the patches yet, but, since you haven't mentioned > it, I feel obliged to ask: Any chance I could interest you in > implementing the GDBserver side bits? We'd then be more assured the > tdesc/regdat handling bits all fit in place. It should revolve around > updating linux-s390-low.c:s390_arch_setup to return the new > description. The hwcaps are already handy, with s390_get_hwcap. The > series feels incomplete without some gdbserver love. ;-) Absolutely ;-) Updated patch coming soon...