aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-05 20:26:46 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-05 20:26:46 +0000
commitb257978619fc94c0b1f6c064377dcc37fa4a0468 (patch)
tree4294650002ead02038188d35f95be20bc52f9055 /gdb/ChangeLog
parent218e59567e1b9416603fdf10045cfb5897d9d446 (diff)
downloadfsf-binutils-gdb-b257978619fc94c0b1f6c064377dcc37fa4a0468.zip
fsf-binutils-gdb-b257978619fc94c0b1f6c064377dcc37fa4a0468.tar.gz
fsf-binutils-gdb-b257978619fc94c0b1f6c064377dcc37fa4a0468.tar.bz2
2003-03-05 Andrew Cagney <cagney@redhat.com>
* frame.c (deprecated_update_frame_pc_hack): Also update the the cached PC value in the next frame.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 318eb8a..a7b9fa0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2003-03-05 Andrew Cagney <cagney@redhat.com>
+ * frame.c (deprecated_update_frame_pc_hack): Also update the the
+ cached PC value in the next frame.
+
+2003-03-05 Andrew Cagney <cagney@redhat.com>
+
* frame.h (struct frame_info): Replace "id_unwind_cache_p" and
"id_unwind_cache" with "id".
(frame_id_unwind): Delete declaration.