From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26090 invoked by alias); 12 Dec 2014 10:17:22 -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 26052 invoked by uid 89); 12 Dec 2014 10:17:21 -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: e06smtp15.uk.ibm.com Received: from e06smtp15.uk.ibm.com (HELO e06smtp15.uk.ibm.com) (195.75.94.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 12 Dec 2014 10:17:20 +0000 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 12 Dec 2014 10:17:16 -0000 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; Fri, 12 Dec 2014 10:17:14 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5BADE2190041 for ; Fri, 12 Dec 2014 10:16:45 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sBCAHE6652691012 for ; Fri, 12 Dec 2014 10:17:14 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sBCAHDPZ008832 for ; Fri, 12 Dec 2014 03:17:13 -0700 Received: from br87z6lw.boeblingen.de.ibm.com (dyn-9-152-212-196.boeblingen.de.ibm.com [9.152.212.196]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sBCAHDY8008771 for ; Fri, 12 Dec 2014 03:17:13 -0700 From: Andreas Arnez To: gdb-patches@sourceware.org Subject: [PATCH v4 0/4] gdbserver: Fix support for S390 TDB Date: Fri, 12 Dec 2014 10:17:00 -0000 Message-Id: <1418379431-14407-1-git-send-email-arnez@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14121210-0021-0000-0000-0000021CFE64 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00264.txt.bz2 Last version here: https://sourceware.org/ml/gdb-patches/2014-12/msg00193.html New in v4: * Removed the #ifndef IN_PROCESS_AGENT in get_thread_regcache, since the whole routine is already under the same #ifndef. * Added a comment to the handling of ENODATA from ptrace. * Split out support for read-only regsets into a separate patch (now patch #3). Andreas Arnez (4): gdbserver: Rephrase loops in regsets_fetch/store_inferior_registers gdbserver: Prevent stale/random values in register cache gdbserver: Support read-only regsets in linux-low.c S390: Fix gdbserver support for TDB gdb/gdbserver/linux-low.c | 42 ++++++++++++++++++------------------------ gdb/gdbserver/linux-s390-low.c | 31 +++++++++++++++++++++---------- gdb/gdbserver/regcache.c | 3 +++ 3 files changed, 42 insertions(+), 34 deletions(-) -- 1.8.4.2