binutils-gdb/gdb/tui
Tom Tromey da5bd37ebc Remove some ui_file_* functions
This removes ui_file_isatty, ui_file_read, ui_file_write,
ui_file_write_async_safe, ui_file_flush, and ui_file_puts, replacing
them with calls to the appropriate method instead.

gdb/ChangeLog
2020-02-11  Tom Tromey  <tromey@adacore.com>

	* remote.c (remote_console_output): Update.
	* printcmd.c (printf_command): Update.
	* event-loop.c (gdb_wait_for_event): Update.
	* linux-nat.c (sigchld_handler): Update.
	* remote-sim.c (gdb_os_write_stdout): Update.
	(gdb_os_flush_stdout): Update.
	(gdb_os_flush_stderr): Update.
	(gdb_os_write_stderr): Update.
	* exceptions.c (print_exception): Update.
	* remote-fileio.c (remote_fileio_func_read): Update.
	(remote_fileio_func_write): Update.
	* tui/tui.c (tui_enable): Update.
	* tui/tui-interp.c (tui_interp::init): Update.
	* utils.c (init_page_info): Update.
	(putchar_unfiltered, fputc_unfiltered): Update.
	(gdb_flush): Update.
	(emit_style_escape): Update.
	(flush_wrap_buffer, fputs_maybe_filtered): Update.
	* ui-file.c (ui_file_isatty, ui_file_read, ui_file_write)
	(ui_file_write_async_safe, ui_file_flush, ui_file_puts): Remove.
	(stderr_file::write): Update.
	(stderr_file::puts): Update.
	* ui-file.h (ui_file_isatty, ui_file_write)
	(ui_file_write_async_safe, ui_file_read, ui_file_flush)
	(ui_file_puts): Don't declare.

Change-Id: I3ca9b36e9107f6adbc41e014f5078b41d6bcec4d
2020-02-11 07:05:28 -07:00
..
ChangeLog-1998-2003
tui-command.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-command.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-data.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-data.h Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-disasm.c gdb/tui: Disassembler scrolling of very small programs 2020-01-31 00:41:06 +00:00
tui-disasm.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-hooks.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-hooks.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-interp.c Remove some ui_file_* functions 2020-02-11 07:05:28 -07:00
tui-io.c gdb/tui: Prevent exceptions from trying to cross readline 2020-01-24 00:10:33 +00:00
tui-io.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-layout.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-layout.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-regs.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-regs.h Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-source.c gdb: Catch exceptions if the source file is not found 2020-02-06 17:54:59 +01:00
tui-source.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-stack.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-stack.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-win.c gdb/tui: Update help text for scroll commands 2020-01-31 00:41:05 +00:00
tui-win.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-wingeneral.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-wingeneral.h Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-winsource.c Make "file" clear TUI source window 2020-01-19 13:08:48 -07:00
tui-winsource.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui.c Remove some ui_file_* functions 2020-02-11 07:05:28 -07:00
tui.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00