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: gdbtk: Patch for updating filename Combobox


On Fri, 2003-05-23 at 06:53, Roland Schwingel wrote:
> Here is a very small patch to fix an update problem for the filename 
> combobox of gdbtk.
> It appears that after dynamic loads the combobox is not updated with the 
> filenames of  the dynamically loaded objects.

The real problem is, of course, that there is no event notification
telling us this has happened.

Hmm. Well, I just took a look at some of the code. Something is broken.
It should work (as long as gdb is calling the post_add_symbol_hook). See
gdbtk_post_add_symbol in interface.tcl.

Can you verify that this hook is/is not being called when the load
happens?

Keith



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