aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 04f4cea..73e8774 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2014-02-05 Yao Qi <yao@codesourcery.com>
+ * ctf.c: Include "inferior.h" and "gdbthread.h".
+ (CTF_PID): A new macro.
+ (ctf_open): Call inferior_appeared and add_thread_silent.
+ (ctf_close): Call exit_inferior_silent and set inferior_ptid.
+ (ctf_thread_alive): New function.
+ (init_ctf_ops): Install ctf_thread_alive to to_thread_alive.
+
+2014-02-05 Yao Qi <yao@codesourcery.com>
+
Revert this patch:
2013-05-24 Yao Qi <yao@codesourcery.com>