From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21821 invoked by alias); 20 May 2009 14:59:49 -0000 Received: (qmail 21795 invoked by uid 22791); 20 May 2009 14:59:48 -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 14:59:02 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A0F2610F4C; Wed, 20 May 2009 14:59:00 +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 7887210F4A; Wed, 20 May 2009 14:59:00 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1M6nFz-0002Qt-CK; Wed, 20 May 2009 10:58:59 -0400 Date: Wed, 20 May 2009 14:59: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: <20090520145859.GA9276@caradoc.them.org> Mail-Followup-To: Thiago Jung Bauermann , Eli Zaretskii , tromey@redhat.com, gdb-patches@sourceware.org References: <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> <20090520033939.GA31983@caradoc.them.org> <1242825492.6644.0.camel@hactar> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1242825492.6644.0.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/msg00417.txt.bz2 On Wed, May 20, 2009 at 10:18:07AM -0300, Thiago Jung Bauermann wrote: > Em Ter, 2009-05-19 às 23:39 -0400, Daniel Jacobowitz escreveu: > > 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. > > If I do the renaming and successfully build GDB and run the python > testcases, does it show that there's no problem afoot? Probably, yes. I don't see how it could work though - python/frame.c -> frame.o would clobber gdb/frame.c -> frame.o. -- Daniel Jacobowitz CodeSourcery