aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
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 d4304e6..1bd19fc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-09 Pedro Alves <palves@redhat.com>
+
+ * infcmd.c (attach_command_post_wait): Don't call
+ target_terminal_inferior here.
+ (attach_command): Call it here instead.
+
2014-07-07 Pedro Alves <palves@redhat.com>
PR gdb/17096