From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8938 invoked by alias); 15 Jun 2012 14:43:31 -0000 Received: (qmail 8841 invoked by uid 22791); 15 Jun 2012 14:43:29 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Jun 2012 14:43:16 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SfXk2-0002vn-Ab from Iain_Sandoe@mentor.com ; Fri, 15 Jun 2012 07:43:14 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 15 Jun 2012 07:43:13 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Fri, 15 Jun 2012 15:43:12 +0100 Subject: Re: [RFA, Patch, testsuite] gdb.base/list.exp: initial state test for stub targets. MIME-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" From: Iain Sandoe In-Reply-To: <4FD88886.9030803@redhat.com> Date: Fri, 15 Jun 2012 14:43:00 -0000 CC: Content-Transfer-Encoding: 7bit Message-ID: <996B8C01-2D3A-4104-90EA-F63F3E690235@codesourcery.com> References: <4FD88886.9030803@redhat.com> To: Pedro Alves 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 X-SW-Source: 2012-06/txt/msg00507.txt.bz2 On 13 Jun 2012, at 13:33, Pedro Alves wrote: > > Okay for (a) from me. But the ChangeLog entry should say what you did, not > why you did it. Something like: > > * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special case. > (top level): Use gdb_file_cmd instead of gdb_load. thanks, applied with your recommended log, Iain