From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28150 invoked by alias); 22 Aug 2014 06:14:28 -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 28137 invoked by uid 89); 22 Aug 2014 06:14:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Aug 2014 06:14:26 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1XKi7D-0001Ma-CM from Yao_Qi@mentor.com ; Thu, 21 Aug 2014 23:14:23 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 21 Aug 2014 23:14:23 -0700 Received: from GreenOnly (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.2.247.3; Thu, 21 Aug 2014 23:14:22 -0700 From: Yao Qi To: Doug Evans CC: gdb-patches Subject: Re: [PATCH 0/3] Keep track of files copied to host and target References: <1408075184-25947-1-git-send-email-yao@codesourcery.com> <53EDA303.90701@codesourcery.com> <53F4452E.9070902@codesourcery.com> <21492.50006.332014.650387@ruffy2.mtv.corp.google.com> <53F53DE9.3070702@codesourcery.com> <21494.11553.21635.800922@ruffy2.mtv.corp.google.com> Date: Fri, 22 Aug 2014 06:14:00 -0000 In-Reply-To: <21494.11553.21635.800922@ruffy2.mtv.corp.google.com> (Doug Evans's message of "Thu, 21 Aug 2014 10:32:17 -0700") Message-ID: <8761hlt5ph.fsf@codesourcery.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: 2014-08/txt/msg00495.txt.bz2 Doug Evans writes: > Yao Qi writes: > >=20 > > gdb/testsuite: > >=20 > > 2014-08-21 Yao Qi > >=20 > > * gdb.python/py-finish-breakpoint.exp: Copy .py file to host. > > * gdb.python/py-finish-breakpoint2.exp: Likewise. > > * gdb.python/python.exp: Likewise. Use .py file on the host > > instead of the build. > > LGTM > OK, patch is pushed in. > For reference sake, > > It seems there's a roughly equal measure of usage of > remote_download versus gdb_remote_download in the testsuite > for downloading to the host > (though I didn't count which usages of gdb_remote_download > actually need its extra functionality). > Long term, if you wanted to migrate other uses of remote_download > to gdb_remote_download for nothing other than consistency's sake > that would be fine with me. Thanks for letting us know your thoughts on this. --=20 Yao (=E9=BD=90=E5=B0=A7)