Fix PR20494 - User input stops being echoed in CLI
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8de59d0969c9e5a28f14a46cdaeef77c8eda0673..08a9bb56cf4f048d6b878e95b3d3fe6f20b6d8d6 100644 (file)
@@ -1,3 +1,19 @@
+2016-08-23  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/20494
+       * inflow.c (our_terminal_info, initial_gdb_ttystate): Update
+       comments.
+       (enum gdb_has_a_terminal_flag_enum, gdb_has_a_terminal_flag):
+       Delete.
+       (set_initial_gdb_ttystate): Record our_terminal_info here too,
+       instead of ...
+       (gdb_has_a_terminal): ... here.  Reimplement in terms of
+       initial_gdb_ttystate.  Make static.
+       * terminal.h (gdb_has_a_terminal): Delete declaration.
+       (set_initial_gdb_ttystate): Add comment.
+       * top.c (show_interactive_mode): Use input_interactive_p instead
+       of gdb_has_a_terminal.
+
 2016-08-22  Pedro Alves  <palves@redhat.com>
 
        PR gdb/20505
This page took 0.024215 seconds and 4 git commands to generate.