diff options
author | Randolph Chung <tausq@debian.org> | 2004-11-10 23:26:33 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-11-10 23:26:33 +0000 |
commit | 1d225535c758c8c65bff1dcebda3b3027486f33a (patch) | |
tree | 789bf01229bbe7168b74a931ce20afbaa56ac669 /gdb/ChangeLog | |
parent | 6df114aef5b9cab30affa3e3748509a5d76379fd (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |