From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29705 invoked by alias); 1 Dec 2007 04:10:36 -0000 Received: (qmail 29697 invoked by uid 22791); 1 Dec 2007 04:10:36 -0000 X-Spam-Check-By: sourceware.org Received: from mu-out-0910.google.com (HELO mu-out-0910.google.com) (209.85.134.190) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Dec 2007 04:10:29 +0000 Received: by mu-out-0910.google.com with SMTP id g7so512418muf for ; Fri, 30 Nov 2007 20:10:26 -0800 (PST) Received: by 10.82.158.12 with SMTP id g12mr9410696bue.1196482224909; Fri, 30 Nov 2007 20:10:24 -0800 (PST) Received: from ?62.169.107.102? ( [62.169.107.102]) by mx.google.com with ESMTPS id c4sm1407774nfi.2007.11.30.20.10.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 Nov 2007 20:10:24 -0800 (PST) Message-ID: <4750DEB3.6060305@portugalmail.pt> Date: Sat, 01 Dec 2007 04:10:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [rfc] Remote file transfer support References: <20071029203042.GA26597@caradoc.them.org> <20071130183650.GA16197@caradoc.them.org> In-Reply-To: <20071130183650.GA16197@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-12/txt/msg00005.txt.bz2 Daniel Jacobowitz wrote: --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ gdb/gdbserver/hostio.c 2007-11-30 13:34:40.000000000 -0500 @@ -0,0 +1,517 @@ +/* Host file transfer support for gdbserver. + Copyright (C) 2006 Still living in the past, heh? :-) -- Pedro Alves