aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-24 14:16:38 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-24 14:16:38 +0000
commit7d8547c9602def946b932d1416593b8c44456d65 (patch)
tree3cf93a2e0f86830aabbbf60a4d6b5faeb721d338 /gdb/ChangeLog
parent40fb7a1f93246339ecf4dbb5d76d03c443c6ab06 (diff)
downloadgdb-7d8547c9602def946b932d1416593b8c44456d65.zip
gdb-7d8547c9602def946b932d1416593b8c44456d65.tar.gz
gdb-7d8547c9602def946b932d1416593b8c44456d65.tar.bz2
2002-11-23 Andrew Cagney <ac131313@redhat.com>
* blockframe.c (find_frame_addr_in_frame_chain): Move function from here ... * varobj.c (find_frame_addr_in_frame_chain): ... to here. (varobj_create): Note that frame ID should be used. * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1104cf2..b3f71df 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2002-11-23 Andrew Cagney <ac131313@redhat.com>
+ * blockframe.c (find_frame_addr_in_frame_chain): Move function
+ from here ...
+ * varobj.c (find_frame_addr_in_frame_chain): ... to here.
+ (varobj_create): Note that frame ID should be used.
+ * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
+
+2002-11-23 Andrew Cagney <ac131313@redhat.com>
+
* breakpoint.c: Include "gdb_assert.h".
(deprecated_frame_in_dummy): Assert that generic dummy frames are
not being used.