From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3912 invoked by alias); 27 Aug 2002 14:29:57 -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 3900 invoked from network); 27 Aug 2002 14:29:56 -0000 Received: from unknown (HELO tomago.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 27 Aug 2002 14:29:56 -0000 Received: (from graces@localhost) by tomago.toronto.redhat.com (8.11.6/8.11.6) id g7RETt226483; Tue, 27 Aug 2002 10:29:55 -0400 Date: Tue, 27 Aug 2002 08:16:00 -0000 From: Grace Sainsbury To: Keith Seitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] rename insight to insight Message-ID: <20020827102955.B26351@tomago.toronto.redhat.com> References: <20020826142957.A24152@tomago.toronto.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from keiths@redhat.com on Mon, Aug 26, 2002 at 12:06:55PM -0700 X-SW-Source: 2002-08/txt/msg00894.txt.bz2 On Mon, Aug 26, 2002 at 12:06:55PM -0700, Keith Seitz wrote: > > Recommendation: > > Move "insight.c" into gdbtk/generic (call it insight-main.c or something) > and move the Makefile fragments next to the other insight-related files > (look for all the gdbtk-*.o files). This way we make an attempt at keeping > insight/gdb cross-contamination to a minimum. We're slowly working toward > putting all the insight stuff in gdb/gdbtk/, but we've still a little work > to do (and your patch is a good first step at the most troublesome piece). > > Otherwise, I certainly welcome this change (which is far too overdue). Now > we only need to straighten out the arg parsing stuff and the init.c stuff, > and we'll be set! ;-) > > Keith > done. grace is it ok to commit?