binutils-gdb/gdb/mi
Pedro Alves f99d8bf46c 2012-03-27 Pedro Alves <palves@redhat.com>
Eliminate struct ui_stream.

	* ui-out.h (struct ui_stream): Delete.
	(ui_out_field_stream): Adjust prototype.
	(ui_out_stream_new, ui_out_stream_delete)
	(make_cleanup_ui_out_stream_delete): Delete declarations.
	* ui-out.c (ui_out_field_stream): Change prototype to take a
	ui_file instead of a ui_stream.  Adjust.
	(ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
	(make_cleanup_ui_out_stream_delete): Delete.
	* breakpoint.c (print_breakpoint_location)
	(print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
	ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
	* disasm.c (dump_insns): Ditto.
	(do_mixed_source_and_assembly, do_assembly_only): Adjust
	prototype.
	(gdb_disassembly): Use ui_file/mem_fileopen instead of
	ui_stream/ui_out_stream_new.
	* infcmd.c (print_return_value): Ditto.
	* osdata.c (info_osdata_command): Don't allocate a local
	ui_stream.
	* stack.c (print_frame_arg, print_frame_args, print_frame): Use
	ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
	* tracepoint.c (print_one_static_tracepoint_marker): Don't
	allocate a local ui_stream.
	* mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
	instead of ui_stream/ui_out_stream_new.
	(list_args_or_locals): Don't allocate a local ui_stream.
	* mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
	(mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
	ui_stream/ui_out_stream_new.
	* cli/cli-setshow.c (do_setshow_command): Ditto.
2012-03-27 19:08:37 +00:00
..
ChangeLog-1999-2003
mi-cmd-break.c 2012-03-13 Hui Zhu <teawater@gmail.com> 2012-03-13 13:30:42 +00:00
mi-cmd-disas.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-env.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-file.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-stack.c 2012-03-27 Pedro Alves <palves@redhat.com> 2012-03-27 19:08:37 +00:00
mi-cmd-target.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmd-var.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmds.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-cmds.h * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-common.c 2012-01-11 Andreas Tobler <andreast@fgznet.ch> 2012-01-11 21:51:31 +00:00
mi-common.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
mi-console.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-console.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
mi-getopt.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-getopt.h * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-interp.c gdb/ 2012-03-14 07:58:06 +00:00
mi-main.c 2012-03-27 Pedro Alves <palves@redhat.com> 2012-03-27 19:08:37 +00:00
mi-main.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
mi-out.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-out.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
mi-parse.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-parse.h * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00
mi-symbol-cmds.c * mi/mi-cmd-break.c: Enforce coding standards, fix comments. 2012-03-06 22:48:53 +00:00