From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22504 invoked by alias); 4 Jan 2002 21:00:37 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 22439 invoked by uid 61); 4 Jan 2002 21:00:36 -0000 Date: Fri, 04 Jan 2002 13:00:00 -0000 Message-ID: <20020104210036.22436.qmail@sources.redhat.com> To: insight-prs@sourceware.cygnus.com, kseitz@sources.redhat.com, nobody@sourceware.cygnus.com, tromey@redhat.com From: kseitz@sources.redhat.com X-Mailer: gnatsweb 2.9.0 Subject: Re: insight/109: couldn't find source file I wanted on combobox X-SW-Source: 2002-q1/txt/msg00007.txt.bz2 List-Id: Synopsis: couldn't find source file I wanted on combobox Responsible-Changed-From-To: unassigned->kseitz Responsible-Changed-By: kseitz Responsible-Changed-When: Fri Jan 4 13:00:36 2002 Responsible-Changed-Why: Got it. State-Changed-From-To: open->analyzed State-Changed-By: kseitz State-Changed-When: Fri Jan 4 13:00:36 2002 State-Changed-Why: The problem is that the list of files is computed when the executable is loaded. We never receive any real notification that we've loaded a shared library. Nonetheless, I think this should be relatively easy to fix, since we do get notified whenever a symbol table is loaded. Well, okay, I'm wrong. We already do this in interface.tcl (gdbtk_tcl_post_add_symbol). If you type "tk gdb_listfiles" in the console window, does it show your file? If not, I'll need a testcase. http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=109&database=insight