From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8788 invoked by alias); 15 Nov 2002 19:22:21 -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 8779 invoked from network); 15 Nov 2002 19:22:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Nov 2002 19:22:20 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gAFIwtw32230 for ; Fri, 15 Nov 2002 13:58:55 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAFJMJD27484; Fri, 15 Nov 2002 14:22:19 -0500 Received: from valrhona.uglyboxes.com (IDENT:BI4llXQrG/K/76W/dK/iH4Ij6x7p/1PN@vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAFJMIq26604; Fri, 15 Nov 2002 14:22:19 -0500 Date: Fri, 15 Nov 2002 11:22:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: David Carlton cc: insight@sources.redhat.com Subject: Re: [patch] a few more frame_in_dummy's In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00116.txt.bz2 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. I'll see if I can't find some time next week to at least revisit some of this. Keith