aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-15* ui-out.c (struct ui_out_table): Add field entry_level.Andrew Cagney1-50/+54
2001-12-07Cleanup ui-out table impl. Add struct ui_out_table. RenameAndrew Cagney1-76/+93
2001-07-06Replace:Andrew Cagney1-1/+8
2001-06-21* ui-out.h (ui_out_table_header): Add parameter ``col_name''.Andrew Cagney1-10/+20
2001-06-19* ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.Andrew Cagney1-5/+9
2001-06-12* ui-out.c (ui_out_list_begin): Add parameter ``id''.Andrew Cagney1-3/+6
2001-06-11s/char */const char */Andrew Cagney1-29/+57
2001-06-10Make char *, const char *.Andrew Cagney1-16/+28
2001-05-12s/ui_out_list/ui_out_tupple/Andrew Cagney1-4/+23
2001-05-102001-05-10 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-3/+31
2001-05-09Replace ui_out_list_{begin,end}() with ui_out_{begin,end}().Andrew Cagney1-22/+61
2001-05-09Use a stack of structures (instead of a simple array) to keep track ofAndrew Cagney1-43/+80
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-13/+25
2001-01-27* ui-out.c (do_list_end): New function.Mark Kettenis1-0/+12
2000-12-15Replace free() with xfree().Kevin Buettner1-5/+5
2000-10-31Protoization.Kevin Buettner1-4/+1
2000-07-30Protoization.Kevin Buettner1-141/+52
2000-05-15Fix IRIX cc warnings. Fix ui_out functions that didn't return a value.Andrew Cagney1-2/+2
2000-02-172000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-1/+1
2000-02-03import gdb-2000-02-02 snapshotJason Molenda1-0/+1007