From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19896 invoked by alias); 20 May 2009 03:39:50 -0000 Received: (qmail 19887 invoked by uid 22791); 20 May 2009 03:39:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 May 2009 03:39:43 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 54CF91060B; Wed, 20 May 2009 03:39:41 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id E206210555; Wed, 20 May 2009 03:39:40 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1M6ceZ-0008LD-E9; Tue, 19 May 2009 23:39:39 -0400 Date: Wed, 20 May 2009 03:39:00 -0000 From: Daniel Jacobowitz To: Thiago Jung Bauermann Cc: Eli Zaretskii , tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [rfa][testsuite] Consolidade Python test functions in lib/gdb.exp. Message-ID: <20090520033939.GA31983@caradoc.them.org> Mail-Followup-To: Thiago Jung Bauermann , Eli Zaretskii , tromey@redhat.com, gdb-patches@sourceware.org References: <1240154454.19777.39.camel@localhost.localdomain> <1242621476.8085.4.camel@hactar> <83ws8ep9gq.fsf@gnu.org> <1242744639.10143.6.camel@localhost.localdomain> <20090519145908.GA24773@caradoc.them.org> <83k54cq4oe.fsf@gnu.org> <1242771692.6232.1.camel@hactar> <83hbzgpixf.fsf@gnu.org> <1242789977.6232.21.camel@hactar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1242789977.6232.21.camel@hactar> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2009-05/txt/msg00412.txt.bz2 On Wed, May 20, 2009 at 12:26:17AM -0300, Thiago Jung Bauermann wrote: > >From my part, not at all! I would gladly remove the python- prefix from > everything. Note that all source files, unlike test cases, share a namespace: they all currently get dropped in gdb/*.o. So this may be tricky. -- Daniel Jacobowitz CodeSourcery