This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Breakpoint commands in MI mode and "backtrace"
> Cc: gdb@sourceware.org, gdb-patches@sourceware.org
> From: Simon Marchi <simark@simark.ca>
> Date: Sat, 21 Oct 2017 10:13:20 -0400
>
> > Since this worked for me, in GDB 8.0, can something similar be put in
> > the current master, so the next GDB release will have this bug fixed?
> >
> > Thanks.
>
> I'll look into it, but I'll try a slightly different patch. The one I sent
> previously sets and restores the interpreter at every executed command, which
> is inefficient. I'll try to set and restore only once at a higher level in
> the call stack.
Thank you.