summaryrefslogtreecommitdiff
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 7f562ccd1ed..41389f08a72 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2003-01-11 Andrew Cagney <ac131313@redhat.com>
+
+ * frame.c (deprecated_update_frame_pc_hack)
+ (deprecated_update_frame_base_hack): Also update the next frame's
+ ID/PC cache.
+ (create_sentinel_frame): Link the sentinel frame to itself.
+ * frame.h: Expand comments describing update PC and FP hacks.
+ * frame.c (get_prev_frame): Add comment explaining why
+ INIT_EXTRA_FRAME_INFO call is needed.
+ (legacy_get_prev_frame): Use get_next_frame.
+
2003-01-10 Andrew Cagney <ac131313@redhat.com>
* frame.c (create_sentinel_frame): Initialize sentinel frame's PC.