From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9838 invoked by alias); 20 Feb 2015 09:57:51 -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 9827 invoked by uid 89); 20 Feb 2015 09:57:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f46.google.com Received: from mail-pa0-f46.google.com (HELO mail-pa0-f46.google.com) (209.85.220.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 20 Feb 2015 09:57:50 +0000 Received: by padhz1 with SMTP id hz1so6867258pad.9 for ; Fri, 20 Feb 2015 01:57:48 -0800 (PST) X-Received: by 10.70.132.39 with SMTP id or7mr15802611pdb.44.1424426268465; Fri, 20 Feb 2015 01:57:48 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id f10sm17105851pds.37.2015.02.20.01.57.46 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 20 Feb 2015 01:57:47 -0800 (PST) From: Yao Qi To: Omair Javaid Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v4 5/5] Enables gdb.reverse testsuite for aarch64*-linux targets References: <1422926216-15740-1-git-send-email-omair.javaid@linaro.org> <1422926216-15740-6-git-send-email-omair.javaid@linaro.org> Date: Fri, 20 Feb 2015 09:57:00 -0000 In-Reply-To: <1422926216-15740-6-git-send-email-omair.javaid@linaro.org> (Omair Javaid's message of "Tue, 3 Feb 2015 06:16:56 +0500") Message-ID: <863860zyzs.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00593.txt.bz2 Omair Javaid writes: > gdb/testsuite: > > 2015-02-02 Omair Javaid > > * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*. > (supports_reverse): Likewise. This is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)