aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.c
AgeCommit message (Collapse)AuthorFilesLines
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-13/+25
internal_verror().
2001-01-27* ui-out.c (do_list_end): New function.Mark Kettenis1-0/+12
(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-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
From Rodney Brown <RodneyBrown@pmsc.com> * ui-out.c (ui_out_set_flags): Fix typo, removing warning and potentially harming mistake.
2000-02-03import gdb-2000-02-02 snapshotJason Molenda1-0/+1007