From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29325 invoked by alias); 11 Apr 2005 20:18:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29307 invoked from network); 11 Apr 2005 20:18:38 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 11 Apr 2005 20:18:38 -0000 Received: from zaretski (IGLD-84-228-141-190.inter.net.il [84.228.141.190]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id ECY99638 (AUTH halo1); Mon, 11 Apr 2005 23:18:36 +0300 (IDT) Date: Mon, 11 Apr 2005 20:18:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-ID: <01c53ed3$Blat.v2.4$2c91c760@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050411141313.GA11140@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 11 Apr 2005 10:13:13 -0400) Subject: Re: RFC: Gdbserver unit testing Reply-to: Eli Zaretskii References: <20050327030054.GA10766@nevyn.them.org> <20050408125741.GB32446@nevyn.them.org> <01c53cdb$Blat.v2.4$95b68b80@zahav.net.il> <20050411141313.GA11140@nevyn.them.org> X-SW-Source: 2005-04/txt/msg00087.txt.bz2 > Date: Mon, 11 Apr 2005 10:13:13 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sources.redhat.com > > > Yes. But please consider renaming the directory to gdb.server > > instead, as that would save us from the misery of having to add an > > entry for every file there. > > Thanks. That seems like a good idea... done as attached. Thank you.