[PATCH] python: Use console format for output of gdb.execute command

Catalin-Dan Udma catalin-dan.udma@nxp.com
Thu Mar 31 10:43:00 GMT 2016


Hi,
I'll fix the comments in patch v2.
Please see my comments inline.

Thank you,
Catalin

> >   	}
> >
> > +      /* Restore the saved uiout.  */
> > +      current_uiout = saved_uiout;
> 
> This needs to be restored with a cleanup instead.
 [Udma Catalin-Dan] I did not find a cleanup used for struct ui_out. For this purpose
I'll add a new cleanup handler for it in gdb/utils.c and may be re-used in other locations.



More information about the Gdb-patches mailing list