From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37279 invoked by alias); 22 Apr 2019 06:50:27 -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 37270 invoked by uid 89); 22 Apr 2019 06:50:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:D*ucla.edu, reverse, H*Ad:D*edu X-HELO: zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu (HELO zimbra.cs.ucla.edu) (131.179.128.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 Apr 2019 06:50:25 +0000 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 7560A161772; Sun, 21 Apr 2019 23:50:23 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id YtTjhN5mj17H; Sun, 21 Apr 2019 23:50:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 8ADFD16177A; Sun, 21 Apr 2019 23:50:22 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 0vqh3wBZn728; Sun, 21 Apr 2019 23:50:22 -0700 (PDT) Received: from [192.168.1.9] (cpe-23-242-74-103.socal.res.rr.com [23.242.74.103]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 52E571616F9; Sun, 21 Apr 2019 23:50:22 -0700 (PDT) Subject: Re: reverse execution part of the manual is written backwards To: Pedro Alves , Eli Zaretskii Cc: gdb-patches@sourceware.org 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> From: Paul Eggert Message-ID: Date: Mon, 22 Apr 2019 06:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <111cf816-c27c-fe5d-7cb8-31375ad1cbc2@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-04/txt/msg00411.txt.bz2 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?