This is the mail archive of the gdb-cvs@sources.redhat.com 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]

src/gdb ChangeLog ui-out.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cagney@sources.redhat.com	2001-12-14 21:18:43

Modified files:
	gdb            : ChangeLog ui-out.c 

Log message:
	* ui-out.c (struct ui_out_table): Add field entry_level.
	(verify_field): New function.
	(verify_field_proper_position): Delete function.
	(verify_field_alignment): Delete function.
	(ui_out_field_int): Update to use verify_field.
	(ui_out_field_skip): Ditto.
	(ui_out_field_string): Ditto.
	(ui_out_field_fmt): Ditto.
	(ui_out_table_begin): Initialize table.entry_level.
	(ui_out_table_end): Clear table.entry_level.
	(ui_out_begin): Call verify_field before pushing the new tuple or
	list onto the stack.  Use table.entry_level.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1905&r2=1.1906
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ui-out.c.diff?cvsroot=src&r1=1.19&r2=1.20


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