aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2001-07-21 22:35:40 +0000
committerStephane Carrez <stcarrez@nerim.fr>2001-07-21 22:35:40 +0000
commit9d876a16bb342a6438a0e7627e1f919de85415d7 (patch)
treec074f8410dc5367131ee09df461ae9b89418c05d /gdb/tui/ChangeLog
parent5ecb18062a4db32339e1e2288686cc3ecdb5c428 (diff)
downloadgdb-9d876a16bb342a6438a0e7627e1f919de85415d7.zip
gdb-9d876a16bb342a6438a0e7627e1f919de85415d7.tar.gz
gdb-9d876a16bb342a6438a0e7627e1f919de85415d7.tar.bz2
* tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler
if SIGCONT is defined. (tui_cont_sig): New function when SIGCONT is defined. (tui_setup_io): Save tty setting to restore by SIGCONT.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r--gdb/tui/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index f00e838..85f317e 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,5 +1,12 @@
2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+ * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler
+ if SIGCONT is defined.
+ (tui_cont_sig): New function when SIGCONT is defined.
+ (tui_setup_io): Save tty setting to restore by SIGCONT.
+
+2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
* tui.h (tui_show_assembly): Declare.
(tui_is_window_visible): Declare.
* tui.c (tui_show_assembly): New function.