This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight 6.0 and Dlls


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]