diff options
author | Daniel Jacobowitz <drow@false.org> | 2001-11-19 23:15:31 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2001-11-19 23:15:31 +0000 |
commit | 479412cd97ece8382f79067ffc6cc3df96446c19 (patch) | |
tree | e9a82b9344e19d9e206e9ae366ee072f87bd04cc /gdb/ChangeLog | |
parent | b572d65c66fa26819b4675688ad99225748301fa (diff) | |
download | gdb-479412cd97ece8382f79067ffc6cc3df96446c19.zip gdb-479412cd97ece8382f79067ffc6cc3df96446c19.tar.gz gdb-479412cd97ece8382f79067ffc6cc3df96446c19.tar.bz2 |
* mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass
cur_frame to heuristic_proc_desc.
(heuristic_proc_desc): Add cur_frame argument. Do not read SP
if cur_frame == 0.
(after_prologue): Pass cur_frame == 0 to find_proc_desc.
(mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
(mips_init_extra_frame_info): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3d5e564..7496a06 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2001-11-19 Daniel Jacobowitz <drow@mvista.com> + + * mips-tdep.c (find_proc_desc): Add cur_frame argument. Pass + cur_frame to heuristic_proc_desc. + (heuristic_proc_desc): Add cur_frame argument. Do not read SP + if cur_frame == 0. + (after_prologue): Pass cur_frame == 0 to find_proc_desc. + (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc. + (mips_init_extra_frame_info): Likewise. + 2001-11-19 Andrew Cagney <ac131313@redhat.com> * defs.h (return_to_top_level): Comment. |