summaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-02-02 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-02-031-29/+20
* * ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.Mark Kettenis2002-12-151-1/+1
* 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-10-031-0/+17
* * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast inKevin Buettner2002-07-271-2/+2
* From Brian Taylor <briant at model dot com>:Andrew Cagney2002-05-051-2/+7
* * defs.h (XMALLOC): Define.Andrew Cagney2002-03-191-6/+3
* * ui-out.c (struct ui_out_table): Add field entry_level.Andrew Cagney2001-12-151-50/+54
* Cleanup ui-out table impl. Add struct ui_out_table. RenameAndrew Cagney2001-12-071-76/+93
* Replace:Andrew Cagney2001-07-061-1/+8
* * ui-out.h (ui_out_table_header): Add parameter ``col_name''.Andrew Cagney2001-06-211-10/+20
* * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.Andrew Cagney2001-06-191-5/+9
* * ui-out.c (ui_out_list_begin): Add parameter ``id''.Andrew Cagney2001-06-121-3/+6
* s/char */const char */Andrew Cagney2001-06-111-29/+57
* Make char *, const char *.Andrew Cagney2001-06-101-16/+28
* s/ui_out_list/ui_out_tupple/Andrew Cagney2001-05-121-4/+23
* 2001-05-10 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2001-05-101-3/+31
* Replace ui_out_list_{begin,end}() with ui_out_{begin,end}().Andrew Cagney2001-05-091-22/+61
* Use a stack of structures (instead of a simple array) to keep track ofAndrew Cagney2001-05-091-43/+80
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-13/+25
* * ui-out.c (do_list_end): New function.Mark Kettenis2001-01-271-0/+12
* Replace free() with xfree().Kevin Buettner2000-12-151-5/+5
* Protoization.Kevin Buettner2000-10-311-4/+1
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-141/+52
* Fix IRIX cc warnings. Fix ui_out functions that didn't return a value.Andrew Cagney2000-05-151-2/+2
* 2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2000-02-171-1/+1
* Initial revisionJason Molenda2000-02-031-0/+1007