This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Fix frame-issue with watchpoints...
> > > One way to bandaid this, probably along the lines that Andrew was
> > > trying to do (try to recover from a situation that should not happen),
> > > is to replace "current_frame" by get_current_frame().
> >
> > Or just kill it.
>
> Let me do a testsuite run without this code, and see what comes out
> of it. Perhaps it's time to kill it.
Hum, unfortunately we had one testcase where the assertion failed:
-var-create a2 0xbffff6b8 a^M
~"frame.c:1238: internal-error: get_prev_frame: Assertion `this_frame != NULL' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable.\nQuit this debugging session? "^M
~"(y or n) "^M
ERROR: Got interactive prompt.
UNRESOLVED: gdb.mi/mi-var-display.exp: create variable a2 in different scope
--
Joel