aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
AgeCommit message (Collapse)AuthorFilesLines
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