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]

Re: FYI: DLL breakpoint bug [was: Re: DLLs and Insight...]


Keith Seitz wrote:
> 
> On Tue, 23 Oct 2001, Ian Roxborough wrote:
> 
> > If I try to set a breakpoint in a DLL using the Function Browser
> > (actually, even if I set it in the console) it sets the
> > breakpoint at the same line but in some other file (which
> > was loaded at start up).
> 
> Can you expound on this a little? If you can do this with the console
> window, can you send a snippet from the console window showing what you
> did? Did you try it without insight, i.e., gdb -nw?

It works with "gdb -nw".  

If in the console I type "break tkWinWm.c:4203" it replies that the breakpoint
is set at that location.  But if I look at the breakpoints window it lists
the breakpoint as being set in tclCompile.c at line 4203.  If I use the 
Function Browser to set the same breakpoint it sets it in tclCompile.c at
line 1109.

Ian.


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