This is the mail archive of the insight@sourceware.org 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: Dialogue box messages: how?


Geert Vancompernolle wrote:

> My question: how's the connection between the above warning and the
> small warning dialogue that is shown on the screen?  Is GDB triggering
> Insight to show the above warning in a "warning dialogue box"?  Or how
> is it done?  Where's the connection between Insight and GDB in that
> respect?

Keep in mind that Insight *is* GDB, it's not a front-end; it's one
singular program.  Look at generic/gdbtk-hooks.c.  Insight provides a
number of hooks that get called for various events, in this case
gdbtk_warning().

Brian


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