Replace hardwired error handlers in tui_initialize_io
authorGary Benson <gbenson@redhat.com>
Mon, 4 Aug 2014 13:03:21 +0000 (14:03 +0100)
committerGary Benson <gbenson@redhat.com>
Fri, 29 Aug 2014 09:12:01 +0000 (10:12 +0100)
commite0e6bcab5971ea4ad7c4f2efa5c8164c8383caf6
tree59b15b72cc16e3c746e7990d63086b0fb2145f38
parent0d2f5c0791fda17ebbc503c5e7716fcb619318fc
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 _().
gdb/ChangeLog
gdb/tui/tui-io.c