From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43835 invoked by alias); 22 Apr 2019 11:50:43 -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 43827 invoked by uid 89); 22 Apr 2019 11:50:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*Ad:U*palves, HX-Languages-Length:767, HTo:D*ucla.edu, HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 Apr 2019 11:50:41 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9D55EC057F2B; Mon, 22 Apr 2019 11:50:40 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id BEF5860C9A; Mon, 22 Apr 2019 11:50:39 +0000 (UTC) Subject: Re: reverse execution part of the manual is written backwards To: Paul Eggert , Eli Zaretskii References: <5fbd40b5-7887-1000-3457-75190a5d96c0@cs.ucla.edu> <51cb91ba-6bcd-3de9-43d4-c766e2737c88@redhat.com> <831s297vwi.fsf@gnu.org> <111cf816-c27c-fe5d-7cb8-31375ad1cbc2@redhat.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: Date: Mon, 22 Apr 2019 11:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2019-04/txt/msg00415.txt.bz2 On 4/22/19 7:50 AM, Paul Eggert wrote: > Pedro Alves wrote: > >> How about this? >> >>  From ed99ed89bf0d06edf844eaa018619d617b9bb99b Mon Sep 17 00:00:00 2001 >> From: Pedro Alves >> Date: Thu, 11 Apr 2019 16:03:33 +0100 >> Subject: [PATCH] Improve reverse debugging docs >> >>     * gdb.texinfo (Reverse Execution): Mention and xref process record >>     and replay.  Mention remote and system emulators. >>     (Process Record and Replay): List supported architectures. >>     Mention that "record btrace" is only supported on Intel >>     processors. > > Thanks, that patch looks good. Would you please install it? I've installed it now. Thanks, Pedro Alves