Mail Archives: djgpp-workers/2002/05/19/09:26:33
On Sun, 19 May 2002, Laurynas Biveinis wrote:
> > As for setting a breakpoint by address, did you remember to prepend an
> > asterisk to the address, like this:
>
> > (gdb) b *0x1252
>
> Yes I did.
So what does it tell us about the other type of crash, where you also set
the breakpoint like above? Do we have any reason to believe the
breakpoint worked, and the fact it was never hit is indeed an evidence
that the crash happens inside the lcall'ed 16-bit helper code? Because
if setting the breakpoint doesn't work, the crash could be anywhere after
lcall as well.
I guess if you try to set breakpoints by address in other places, and
those breakpoints do trigger, then we could trust the results of your
other session.
- Raw text -