* ui-out.c (struct ui_out_table): Add field entry_level.
authorAndrew Cagney <cagney@redhat.com>
Sat, 15 Dec 2001 05:18:42 +0000 (05:18 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 15 Dec 2001 05:18:42 +0000 (05:18 +0000)
commita6c47c143af59ad4f499d25ed6713a3b9b4bb67a
tree37d4d40aa79b8e01217e24a3adb1f63f863d0294
parentde46f45f87244ebb4cd78f5c12cf601caef2bd02
* 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.
gdb/ChangeLog
gdb/ui-out.c
This page took 0.036579 seconds and 4 git commands to generate.