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 048583f..ced2fe0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-10 Daniel Gutson <dgutson@codesourcery.com>
+
+ * procfs.c (procfs_do_thread_registers): Added a call to fetch
+ register values before saving them in the core file
+ through the gcore command.
+ (procfs_corefile_thread_callback): Removed the backup of
+ inferior_ptid before calling procfs_do_thread_registers since
+ the function already saves and restores it before returning.
+
2009-11-10 Michael Snyder <msnyder@vmware.com>
* dcache.c: Fix typo, shorten long lines in comment.