aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
AgeCommit message (Collapse)AuthorFilesLines
2001-07-06Replace:Andrew Cagney1-0/+8
if (interpreter_p && strncmp (interpreter_p, "mi", 2) == 0) with: if (ui_out_is_mi_like_p (uiout))
2001-06-21* ui-out.h (ui_out_table_header): Add parameter ``col_name''.Andrew Cagney1-2/+3
(table_header_ftype): Ditto. * cli-out.c (cli_table_header): Update. * ui-out.c (ui_out_table_header): Update. (uo_table_header): Update. (default_table_header): Update. (append_header_to_list): Update. (struct ui_out_header): Add field ``col_name''. (append_header_to_list): Use xstrdup. Initialize col_name. * breakpoint.c (breakpoint_1): Pass COL_NAME to ui_out_table_header.
2001-06-19* ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.Andrew Cagney1-5/+7
(default_table_begin): Ditto. * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to ui_out_table_begin. Update everything.
2001-06-12* ui-out.c (ui_out_list_begin): Add parameter ``id''.Andrew Cagney1-4/+4
(make_cleanup_ui_out_list_begin_end): Ditto. Open the list. * ui-out.h: Update declarations.
2001-06-11s/char */const char */Andrew Cagney1-11/+12
2001-06-10Make char *, const char *.Andrew Cagney1-9/+16
2001-05-12s/ui_out_list/ui_out_tupple/Andrew Cagney1-5/+12
2001-05-102001-05-10 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-0/+4
* ui-out.h (make_cleanup_ui_out_begin_end): Declare. * ui-out.c (struct ui_out_end_cleanup_data): Define. (do_cleanup_end): New function. Replace do_list_end. (make_cleanup_ui_out_end): New function. (make_cleanup_ui_out_begin_end): New function. (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
2001-05-09Replace ui_out_list_{begin,end}() with ui_out_{begin,end}().Andrew Cagney1-5/+30
2001-05-09Use a stack of structures (instead of a simple array) to keep track ofAndrew Cagney1-2/+4
the top list.
2001-03-14Eliminate some uses of __STDC__.Andrew Cagney1-2/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2001-01-27* ui-out.c (do_list_end): New function.Mark Kettenis1-0/+2
(make_cleanup_ui_out_list_end): New function. * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end. * stack.c (print_frame) [UI_OUT]: Call make_cleanup_ui_out_list_end to make sure we mark the end of the list if we do a non-local exit. At the end of the function, instead of calling ui_out_list_end directly, let do_cleanups handle it.
2000-05-28PARAMS removal.Kevin Buettner1-41/+38
2000-02-03import gdb-2000-02-02 snapshotJason Molenda1-0/+221