Re: Breakpoint commands in MI mode and "backtrace"
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.patches,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Cc: [email protected], [email protected] > From: Simon Marchi <[email protected]> > 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.