From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21418 invoked by alias); 3 Jul 2013 19:25:03 -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 21407 invoked by uid 89); 3 Jul 2013 19:25:03 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 03 Jul 2013 19:24:57 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MPD00B00KINBV00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 03 Jul 2013 22:24:51 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MPD00BPCKLEAE40@a-mtaout23.012.net.il>; Wed, 03 Jul 2013 22:24:51 +0300 (IDT) Date: Wed, 03 Jul 2013 19:25:00 -0000 From: Eli Zaretskii Subject: Re: [RFA][PATCH v4 2/5] S/390: Add TDB regset In-reply-to: <87r4ffinkn.fsf@br87z6lw.de.ibm.com> To: Andreas Arnez Cc: gdb-patches@sourceware.org, Ulrich.Weigand@de.ibm.com Reply-to: Eli Zaretskii Message-id: <83txkba1l1.fsf@gnu.org> References: <87zju3intq.fsf@br87z6lw.de.ibm.com> <87r4ffinkn.fsf@br87z6lw.de.ibm.com> X-SW-Source: 2013-07/txt/msg00156.txt.bz2 > From: Andreas Arnez > Cc: Ulrich.Weigand@de.ibm.com > Date: Wed, 03 Jul 2013 19:02:32 +0200 > > The z/Architecture transactional-execution facility includes support > for a "transaction diagnostic block" (TDB) that is written by the > hardware upon interrupted transactions. From a running inferior the > TDB can be retrieved via PTRACE_GETREGSET, but ENODATA is returned if > the inferior was interrupted outside transactions. Analogously, a > core file conditionally contains the TDB, depending on whether the > process died within a transaction or not. > > This patch represents the TDB as a new regset in GDB. A new feature > "org.gnu.gdb.s390.tdb" is defined and new target descriptions are > provided. Thanks, the documentation parts are OK.