diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-16 04:37:45 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-16 04:37:45 +0000 |
commit | 12e0f76653523609a48e7952fb9009449fc4268f (patch) | |
tree | 7afbdcd0783ac78213e4ab85439a7fb2d305bd45 | |
parent | 88938c54aa432a321bbae6ac2db54b0a1de368d9 (diff) | |
download | gdb-12e0f76653523609a48e7952fb9009449fc4268f.zip gdb-12e0f76653523609a48e7952fb9009449fc4268f.tar.gz gdb-12e0f76653523609a48e7952fb9009449fc4268f.tar.bz2 |
* stack.c (print_stack_frame): Put catch_errors around
print_frame_info so (for example) error printing source doesn't
cause auto-displays to get skipped in normal_stop.
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cc1a08c..f83bbe3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Fri Oct 15 21:29:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * stack.c (print_stack_frame): Put catch_errors around print_frame_info + so (for example) error printing source doesn't cause auto-displays + to get skipped in normal_stop. + * findvar.c (value_from_register): When preparing to cast a value from REGISTER_VIRTUAL_TYPE to type, copy the REGISTER_VIRTUAL_SIZE; the old code didn't copy the whole thing. |