From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10560 invoked by alias); 21 Jan 2004 14:51:24 -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 10540 invoked from network); 21 Jan 2004 14:51:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 21 Jan 2004 14:51:21 -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 i0LEpLl05166 for ; Wed, 21 Jan 2004 09:51:21 -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 i0LEpKa19965; Wed, 21 Jan 2004 09:51:20 -0500 Received: from [150.1.200.14] (vpn50-59.rdu.redhat.com [172.16.50.59]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i0LEpJR0013339; Wed, 21 Jan 2004 09:51:20 -0500 Subject: Re: Insight 6.0 and Dlls From: Keith Seitz To: hg@technosis.de Cc: "insight@sources.redhat.com" In-Reply-To: <200401061505.26991.hg@technosis.de> References: <200401061505.26991.hg@technosis.de> Content-Type: text/plain Organization: Message-Id: <1074696965.1591.18.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Wed, 21 Jan 2004 14:51:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q1/txt/msg00019.txt.bz2 On Tue, 2004-01-06 at 06:05, Heiko Gerdau wrote: > The problem: After running the programm and breaking in main insight should > have access to the dll symbols and sources but does not show them in the > dropdown list of available source files. I think that the real problem is that Insight doesn't get any library-loaded events. Nonetheless, I thought that I'd worked around this problem by restuffing the source window's combo boxes whenever we read symbols. I can see in src/gdb/gdbtk/library/interface.tcl that the procedure gdbtk_tcl_post_add_symbol does, indeed, attempt to refill the combo boxes. Is this not being called when the shared library is loaded (You can put a "puts" in there or a debug statement that will show up in the debug window)? Keith