aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-04-12 16:49:31 +0100
committerPedro Alves <palves@redhat.com>2016-04-12 16:58:35 +0100
commit481ac8c9bbbfc4b7506dfdb4a5b92b859d5c47d9 (patch)
treef73180369973fc3c9cf6ac8874a7777a299ae1c5 /gdb/ChangeLog
parentc509f1e1e8187e0abd2321aadc37878402c87332 (diff)
downloadgdb-481ac8c9bbbfc4b7506dfdb4a5b92b859d5c47d9.zip
gdb-481ac8c9bbbfc4b7506dfdb4a5b92b859d5c47d9.tar.gz
gdb-481ac8c9bbbfc4b7506dfdb4a5b92b859d5c47d9.tar.bz2
Use target_terminal_ours_for_output in exceptions.c
We're only doing output here, so leave raw/cooked mode alone, as well as the SIGINT handler. Restore terminal settings after output, while at it. gdb/ChangeLog: 2016-04-12 Pedro Alves <palves@redhat.com> * exceptions.c (print_flush): Use target_terminal_ours_for_output instead of target_terminal_ours, and restore target terminal with a cleanup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cdaf648..857d5e5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2016-04-12 Pedro Alves <palves@redhat.com>
+ * exceptions.c (print_flush): Use target_terminal_ours_for_output
+ instead of target_terminal_ours, and restore target terminal with
+ a cleanup.
+
+2016-04-12 Pedro Alves <palves@redhat.com>
+
* cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
instead of target_terminal_ours, and restore target terminal with
a cleanup.