From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22898 invoked by alias); 26 Nov 2014 11:56:10 -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 22874 invoked by uid 89); 26 Nov 2014 11:56:10 -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: e06smtp17.uk.ibm.com Received: from e06smtp17.uk.ibm.com (HELO e06smtp17.uk.ibm.com) (195.75.94.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 26 Nov 2014 11:56:09 +0000 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 26 Nov 2014 11:56:05 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 26 Nov 2014 11:56:03 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 46DC21B08051 for ; Wed, 26 Nov 2014 11:56:18 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sAQBu3jM2621944 for ; Wed, 26 Nov 2014 11:56:03 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 sAQBu2ju012138 for ; Wed, 26 Nov 2014 04:56:03 -0700 Received: from br87z6lw.boeblingen.de.ibm.com (dyn-9-152-212-196.boeblingen.de.ibm.com [9.152.212.196]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sAQBu2tO012118; Wed, 26 Nov 2014 04:56:02 -0700 From: Andreas Arnez To: gdb-patches@sourceware.org Cc: Ulrich Weigand Subject: [PATCH 0/2] S390: Fixes for gdbserver on targets with TDB Date: Wed, 26 Nov 2014 11:56:00 -0000 Message-Id: <1417002962-3424-1-git-send-email-arnez@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14112611-0029-0000-0000-000001E09EC0 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00662.txt.bz2 On S390 targets with the transactional execution feature gdbserver has some problems: It terminates early with a 31-bit inferior, and the transaction diagnostic block (TDB) is always indicated as unavailable, even if the inferior was stopped in a transaction. These two patches fix these issues. OK to apply? Andreas Arnez (2): S390: Fix 'expedite' for s390-te-linux64 S390: Fix gdbserver support for TDB gdb/features/Makefile | 2 +- gdb/gdbserver/linux-low.c | 11 ++++++++- gdb/gdbserver/linux-s390-low.c | 45 ++++++++++++++++++++++++++++-------- gdb/regformats/s390-te-linux64.dat | 2 +- 4 files changed, 47 insertions(+), 13 deletions(-) -- 1.7.9.5