From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7654 invoked by alias); 9 Jan 2014 11:25:53 -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 7638 invoked by uid 89); 9 Jan 2014 11:25:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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; Thu, 09 Jan 2014 11:25:52 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s09BPnZj012350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 9 Jan 2014 06:25:49 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s09BPlj9001160; Thu, 9 Jan 2014 06:25:48 -0500 Message-ID: <52CE873B.4060706@redhat.com> Date: Thu, 09 Jan 2014 11:25:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Omair Javaid CC: Yao Qi , gdb-patches@sourceware.org, patches@linaro.org Subject: Re: [PATCH v2 6/7] Updates configure.tgt and enables gdb.reverse testsuite References: <7de7efcad5539b4428da25ad543a58d8d9679f6f.1388709773.git.omair.javaid@linaro.org> <52C96BC8.3050501@codesourcery.com> <52CE812B.4030501@linaro.org> In-Reply-To: <52CE812B.4030501@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-01/txt/msg00232.txt.bz2 On 01/09/2014 10:59 AM, Omair Javaid wrote: > > On 01/05/2014 07:27 PM, Yao Qi wrote: >> Hi, >> We should mention change in proc supports_reverse too. >> >> On 01/04/2014 03:15 AM, Omair Javaid wrote: >>> * lib/gdb.exp (supports_process_record): Return true for arm*-linux*. >> >> (supports_reverse): Likewise. >> > > Patch updated after incorporating suggestions: > > gdb/testsuite: > > 2014-01-09 Omair Javaid > > * lib/gdb.exp (supports_process_record): Return true for arm*-linux*. > (supports_reverse): Likewise. OK. -- Pedro Alves