aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-11-10 23:26:33 +0000
committerRandolph Chung <tausq@debian.org>2004-11-10 23:26:33 +0000
commit1d225535c758c8c65bff1dcebda3b3027486f33a (patch)
tree789bf01229bbe7168b74a931ce20afbaa56ac669 /gdb/ChangeLog
parent6df114aef5b9cab30affa3e3748509a5d76379fd (diff)
downloadgdb-1d225535c758c8c65bff1dcebda3b3027486f33a.zip
gdb-1d225535c758c8c65bff1dcebda3b3027486f33a.tar.gz
gdb-1d225535c758c8c65bff1dcebda3b3027486f33a.tar.bz2
2004-11-10 Randolph Chung <tausq@debian.org>
* frame.c (get_prev_frame): Use get_frame_type to retrieve the frame's type.
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 e90ee92..f294ea8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2004-11-10 Randolph Chung <tausq@debian.org>
+ * frame.c (get_prev_frame): Use get_frame_type to retrieve the
+ frame's type.
+
+2004-11-10 Randolph Chung <tausq@debian.org>
+
* blockframe.c (inside_entry_func): Move to .....
* frame.c (inside_entry_func): ... here, and make static.
(backtrace_past_entry): New flag.