binutils-gdb/gdb/tui
Gary Benson e0e6bcab59 Replace hardwired error handlers in tui_initialize_io
tui_initialize_io contains a pair of hardwired fprintf/exit error
handlers.  I was unable to find any documentation as to why they're
hardwired (the code appeared in a monolithic block back in 2001:
https://sourceware.org/ml/gdb-patches/2001-07/msg00490.html) and I
was also unable to come up with a situation where error would not
be suitable, so I have replaced both handlers with calls to error.

gdb/ChangeLog:

	* tui/tui-io.c (tui_initialize_io): Replace two fprintf/exit
	pairs with calls to error.  Wrap the message with _().
2014-08-29 10:12:01 +01:00
..
ChangeLog-1998-2003
tui-command.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-command.h
tui-data.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-data.h
tui-disasm.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-disasm.h
tui-file.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-file.h
tui-hooks.c
tui-hooks.h
tui-interp.c
tui-io.c Replace hardwired error handlers in tui_initialize_io 2014-08-29 10:12:01 +01:00
tui-io.h
tui-layout.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-layout.h
tui-out.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-regs.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-regs.h
tui-source.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-source.h
tui-stack.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-stack.h
tui-win.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-win.h
tui-windata.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-windata.h
tui-wingeneral.c
tui-wingeneral.h
tui-winsource.c Include string.h in common-defs.h 2014-08-07 09:06:47 +01:00
tui-winsource.h
tui.c Fix terminal state corruption when starting a program from within TUI 2014-08-27 12:49:54 -04:00
tui.h