From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10875 invoked by alias); 15 Nov 2002 19:28:57 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 10797 invoked from network); 15 Nov 2002 19:28:55 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 15 Nov 2002 19:28:55 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gAFJShD32399; Fri, 15 Nov 2002 11:28:43 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Keith Seitz Cc: insight@sources.redhat.com Subject: Re: [patch] a few more frame_in_dummy's References: From: David Carlton Date: Fri, 15 Nov 2002 11:28:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-q4/txt/msg00117.txt.bz2 On Fri, 15 Nov 2002 11:22:17 -0800 (PST), Keith Seitz said: > On 15 Nov 2002, David Carlton wrote: >> Incidentally, does core GDB really depend on the files in >> SUBDIR_GDBTK_OBS? If not, would it be possible to reorganize >> Makefile.in to reflect that fact? Because the way that I found those >> frame_in_dummy problems was that I was trying to build GDB in a source >> tree that included insight and where -Werror was turned on; it seems >> to me unfortunate that I had to fix problems in insight before I could >> get GDB to compile. > I'm working on ripping everything Insight-related out of core > gdb. I've submitted at least one RFC on how to complete this (one on > init.c and one on options processing), but I haven't found the time > to finish the work just yet. I seem to always get side-tracked by > something. Ah, I see. > I'll see if I can't find some time next week to at least revisit > some of this. Thanks. Though please don't hurry on my account: it's quite rare for insight to cause problems when compiling GDB, and probably most such issues will be as easily fixed as this one was. (On the other hand, if you're waiting for an excuse to get back to this, I'm happy to provide one!) David Carlton carlton@math.stanford.edu