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] Convert uiout->levels to a vector


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> 2013-05-21  Phil Muldoon  <pmuldoon@redhat.com>
Phil> 	* ui-out.c: Create typedef ui_out_level_p and define vector
Phil> 	operations for that type.
Phil> 	(struct ui_out): Use a vector instead of an array.
Phil> 	(current_level): Return level from a vector.
Phil> 	(push_level): Create a level in a vector.
Phil> 	(pop_level): Delete a level in a vector.
Phil> 	(ui_out_new): Create initial level zero level, and store in a
Phil> 	vector.
Phil> 	(ui_out_destroy): Add vector cleanup.

Ok.

Tom


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