aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-09-05 14:53:13 +0000
committerPedro Alves <palves@redhat.com>2011-09-05 14:53:13 +0000
commit0f641c01197d8f614a1ecb4a54c7d508f500367a (patch)
tree89330359ed322781a8daa5161afe975b6464504a /gdb/ChangeLog
parent4a5818a296344d7f6a2ffa1492bc36fbbb7543d3 (diff)
downloadgdb-0f641c01197d8f614a1ecb4a54c7d508f500367a.zip
gdb-0f641c01197d8f614a1ecb4a54c7d508f500367a.tar.gz
gdb-0f641c01197d8f614a1ecb4a54c7d508f500367a.tar.bz2
2011-09-05 Pedro Alves <pedro@codesourcery.com>
* inf-loop.c (execute_command): Don't check if the current thread if running before synchronously waiting for command completion. * infrun.c (fetch_inferior_event): Handle "set exec-done-display" here. (normal_stop): Call async_enable_stdin here. * inf-loop.c (inferior_event_handler): Don't call async_enable_stdin, nor handle "set exec-done-display" here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4141499..9f06267 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2011-09-05 Pedro Alves <pedro@codesourcery.com>
+
+ * inf-loop.c (execute_command): Don't check if the current thread
+ if running before synchronously waiting for command completion.
+ * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
+ here.
+ (normal_stop): Call async_enable_stdin here.
+ * inf-loop.c (inferior_event_handler): Don't call
+ async_enable_stdin, nor handle "set exec-done-display" here.
+
2011-09-04 Joel Brobecker <brobecker@adacore.com>
GDB 7.3.1 released.