From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43760 invoked by alias); 13 Jan 2017 12:16:39 -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 43743 invoked by uid 89); 13 Jan 2017 12:16:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:AES128-SHA X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 13 Jan 2017 12:16:38 +0000 Received: by mail-wm0-f66.google.com with SMTP id c85so11165157wmi.1 for ; Fri, 13 Jan 2017 04:16:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=vWbzxX8VJJLytSwpeLUeXKLKOaZo+7HAUhp1hPsvDho=; b=ZtOSnbHPmJyT9qhlmrUHSCwKE2MPeFXuZnf9+/p35tHXhJNcNwMWX/rHukGN68r1DR g+TMuvJdxAkT5yoOwmrtcb/wOQ/nQPLtQciN+Dh0r8UHfHf7OQGTcWDn6jik2xyw7AYx leoHZVQY/ZVJY8aMC2N8l5lXFndwZv6UCWa/0lvzp5/NpcVe0ddg/s9tuAoZiroWq2B7 HXkEecXtXXLKoCc/VrO6LMUq+s0cPy5rvQtf0PKWy3g5GRsOgsfYywogurf1y0d7LpOa ZNqPC9TucEK8ZqKotW7EqmFs6497JWQFYPtDOYrIalOK38Ykl1dtMVWdD8AkLfUSiKF6 aoag== X-Gm-Message-State: AIkVDXJBhtnwGRw454A/d8pQv783qJ0xDDPfXbrukktlIKYWI7xxEVOHuIP4TJ1M3vHucA== X-Received: by 10.28.40.67 with SMTP id o64mr1936716wmo.40.1484309795661; Fri, 13 Jan 2017 04:16:35 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id 63sm3946829wmg.2.2017.01.13.04.16.33 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 13 Jan 2017 04:16:35 -0800 (PST) Date: Fri, 13 Jan 2017 12:16:00 -0000 From: Yao Qi To: Luis Machado Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay Message-ID: <20170113121620.GA28060@E107787-LIN> References: <1484297891-28652-1-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1484297891-28652-1-git-send-email-lgustavo@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00265.txt.bz2 On 17-01-13 02:58:11, Luis Machado wrote: > > I tested this by hand with quite a few lines of inline asm. I thought we > had arch-specific tests in testsuite/, but it looks like we don't exercise > every little instruction with record/replay, so no testcase. Let me know > if one is required. > gdb.reverse/insn-reverse.exp is intended to exercise each instruction with record/replay. You can add the instructions in gdb.reverse/insn-reverse.c. -- Yao (齐尧)