aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bf32587..e02205b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2008-08-18 Pedro Alves <pedro@codesourcery.com>
+
+ * gdbthread.h (thread_change_ptid): Declare.
+ * infrun.c (infrun_thread_ptid_changed): New.
+ (_initialize_infrun): Attach infrun_thread_ptid_changed to the
+ thread_ptid_changed observer.
+ * regcache.c (regcache_thread_ptid_changed): New.
+ (_initialize_regcache): Attach regcache_thread_ptid_changed to the
+ thread_ptid_changed observer.
+ * thread.c (thread_change_ptid): New.
+
2008-08-18 Tom Tromey <tromey@redhat.com>
* symfile.c (reread_symbols): Update.