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 14/40] fix two buglets in breakpoint.c


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> A nit here, we may call 'make_cleanup_ui_out_list_begin_end' after
Yao> this condition checking, so we don't need 'do_cleanups' here.

It occurred to me much later that you meant that I could lower
the make_cleanup_ui_out_list_begin_end to after the initial return.
I'm sorry for misreading that.
I'll make the change as you suggest.

Tom


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