This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]