From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12405 invoked by alias); 29 Aug 2014 03:28:31 -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 12386 invoked by uid 89); 29 Aug 2014 03:28:29 -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_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f182.google.com Received: from mail-yk0-f182.google.com (HELO mail-yk0-f182.google.com) (209.85.160.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 29 Aug 2014 03:28:28 +0000 Received: by mail-yk0-f182.google.com with SMTP id 19so1086885ykq.13 for ; Thu, 28 Aug 2014 20:28:26 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.10.66 with SMTP id 42mr10976382yhu.68.1409282906710; Thu, 28 Aug 2014 20:28:26 -0700 (PDT) Received: by 10.170.66.138 with HTTP; Thu, 28 Aug 2014 20:28:26 -0700 (PDT) In-Reply-To: <1409232690-24185-1-git-send-email-yao@codesourcery.com> References: <1409232690-24185-1-git-send-email-yao@codesourcery.com> Date: Fri, 29 Aug 2014 03:28:00 -0000 Message-ID: Subject: Re: [PATCH] Another board file for remote host From: Doug Evans To: Yao Qi Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00633.txt.bz2 On Thu, Aug 28, 2014 at 6:31 AM, Yao Qi wrote: > In the recent review to my patch about copying files to remote host, > we find that we need a board file which is more closely mapped real > remote host testing to improve coverage. With the board file > local-remote-host-native.exp, DejaGNU copies files to /tmp/gdb/ to > emulate the effect of remote host. Is it OK? > > gdb/testsuite: > > 2014-08-28 Yao Qi > > * boards/local-remote-host-native.exp: New file. I haven't given this a try yet, which I want to do, but thanks for taking this on!