From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23312 invoked by alias); 1 Jul 2013 16:44:47 -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 23303 invoked by uid 89); 1 Jul 2013 16:44:47 -0000 X-Spam-SWARE-Status: No, score=-7.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 01 Jul 2013 16:44:46 +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 r61GiitJ013541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 Jul 2013 12:44:44 -0400 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 r61Gig9J002363; Mon, 1 Jul 2013 12:44:43 -0400 Message-ID: <51D1B1FA.6070108@redhat.com> Date: Mon, 01 Jul 2013 16:44:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Eli Zaretskii CC: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] Make file transfer commands work with all (native) targets. References: <1371835506-15691-1-git-send-email-tromey@redhat.com> <1371835506-15691-5-git-send-email-tromey@redhat.com> <51C880C5.6050307@redhat.com> <87bo6rmhin.fsf@fleche.redhat.com> <51CDBAF6.4040209@redhat.com> <83txkidtap.fsf@gnu.org> <51CDD537.3040300@redhat.com> <83mwqadpf5.fsf@gnu.org> <87ehbiicc7.fsf@fleche.redhat.com> <83zju6b5cz.fsf@gnu.org> In-Reply-To: <83zju6b5cz.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00047.txt.bz2 On 07/01/2013 05:41 PM, Eli Zaretskii wrote: >> From: Tom Tromey >> Cc: Pedro Alves , gdb-patches@sourceware.org >> Date: Mon, 01 Jul 2013 08:28:24 -0600 >> >> Eli> But putting files on a remote target puts them on the board, no? >> Eli> There's no analogous place in native debugging. >> >> There's the local filesystem. > > Yes, I know; but "put" and "get" don't make much sense in that case. IMO, it makes as much sense as "ftp localhost; get; put". -- Pedro Alves