From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8774 invoked by alias); 18 May 2004 18:48:25 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8744 invoked from network); 18 May 2004 18:48:24 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 May 2004 18:48:24 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i4IImOGI024920 for ; Tue, 18 May 2004 14:48:24 -0400 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 i4IImN032194; Tue, 18 May 2004 14:48:23 -0400 Received: from localhost.localdomain (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i4IImNSD015988; Tue, 18 May 2004 14:48:23 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i4IImHOR013715; Tue, 18 May 2004 11:48:17 -0700 Date: Tue, 18 May 2004 18:48:00 -0000 From: Kevin Buettner To: "Stephen P. Smith" Cc: gdb@sources.redhat.com Subject: Re: shared library support Message-Id: <20040518114817.76d0632d@saguaro> In-Reply-To: <40AA4328.6000109@cox.net> References: <20040517120219.5fad9bc0@saguaro> <40AA1198.2010808@cox.net> <20040518084422.5f94d1d5@saguaro> <40AA4328.6000109@cox.net> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-05/txt/msg00125.txt.bz2 On Tue, 18 May 2004 10:08:56 -0700 "Stephen P. Smith" wrote: > Kevin Buettner wrote: > > >Where, precisely, is that message coming from? > > I don't know where it is coming from. I am using the insight tree, but > I have verified that the GDB code has been mucked with. The source was > fetched on the 14th from CVS. Would you mind searching for the error message in your source tree? I looked for the message you quoted earlier today in a set of up-to-date gdb sources, but came up empty. You might also try placing a breakpoint on error() or warning() to find out where this message is being generated. Kevin