aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-05-24 18:16:53 +0000
committerPedro Alves <palves@redhat.com>2009-05-24 18:16:53 +0000
commit98b54c187e1f56d5b7397e36c6d88551ff75699f (patch)
tree4b861d2ea3fb865bacefaa50ff45a75cf244a8ee /gdb/ChangeLog
parente58b0e63bb0a42e99f6fb1e6d697a1b29caa02c2 (diff)
downloadgdb-98b54c187e1f56d5b7397e36c6d88551ff75699f.zip
gdb-98b54c187e1f56d5b7397e36c6d88551ff75699f.tar.gz
gdb-98b54c187e1f56d5b7397e36c6d88551ff75699f.tar.bz2
* inflow.c (copy_terminal_info): Deep copy `run_terminal'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d392345d..cd8671b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2009-05-24 Pedro Alves <pedro@codesourcery.com>
+ * inflow.c (copy_terminal_info): Deep copy `run_terminal'.
+
+2009-05-24 Pedro Alves <pedro@codesourcery.com>
+
* gdbthread.h (struct thread_info): New `pending_follow' field.
* thread.c (new_thread): New function.
(add_thread_silent): Use it.