diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-15 15:15:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-15 15:15:42 +0000 |
commit | f09aae8404ef1d9ed3a677c59c418162060c35a9 (patch) | |
tree | a7852ed2be94bd09846ea011e2155ce003b1eb4d | |
parent | 1049dd20873be7363843dcc78749bcdba782df46 (diff) | |
download | gdb-f09aae8404ef1d9ed3a677c59c418162060c35a9.zip gdb-f09aae8404ef1d9ed3a677c59c418162060c35a9.tar.gz gdb-f09aae8404ef1d9ed3a677c59c418162060c35a9.tar.bz2 |
* stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
pass the sp relative to the frame in question, not the sp in the
innermost frame.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c54436f..8e1802e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 15 08:34:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY, + pass the sp relative to the frame in question, not the sp in the + innermost frame. + Wed Jul 14 17:37:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * mipsread.c (parse_procedure): Take as argument the symtab to look |