diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-25 23:52:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-25 23:52:16 +0000 |
commit | b14185ce104d07ddcc1c86c08c10888ecd63292c (patch) | |
tree | ab567b15839702b5a84c748e54cd96b5323241e8 /gdb/ChangeLog | |
parent | ac2bd0a91ca21500a399db9095b95640a63e43d4 (diff) | |
download | gdb-b14185ce104d07ddcc1c86c08c10888ecd63292c.zip gdb-b14185ce104d07ddcc1c86c08c10888ecd63292c.tar.gz gdb-b14185ce104d07ddcc1c86c08c10888ecd63292c.tar.bz2 |
2003-02-25 Andrew Cagney <cagney@redhat.com>
* frame.c (get_prev_frame): Add comment on check for
inside_entry_func. Only check for inside_entry_file when not a
dummy and not a sentinel. Check that the new frame is not inner
to the old frame.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cc5bbf0..e775420 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2003-02-25 Andrew Cagney <cagney@redhat.com> + * frame.c (get_prev_frame): Add comment on check for + inside_entry_func. Only check for inside_entry_file when not a + dummy and not a sentinel. Check that the new frame is not inner + to the old frame. + +2003-02-25 Andrew Cagney <cagney@redhat.com> + * frame.c (frame_debug): New variable. (_initialize_frame): Add "set/show debug frame" command. (get_prev_frame): When frame_debug, print reason why unwind |