diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-01 00:15:07 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-01 00:15:07 +0000 |
commit | b5aff26825abb88d44d71392f759c0a89e979285 (patch) | |
tree | 45bbd9f8e1796481fc0b2a37c2f3c747d7488418 /gdb/ChangeLog | |
parent | 5143c305dd1b9c32cdee77c3d55e19c2e4c4d5ed (diff) | |
download | fsf-binutils-gdb-b5aff26825abb88d44d71392f759c0a89e979285.zip fsf-binutils-gdb-b5aff26825abb88d44d71392f759c0a89e979285.tar.gz fsf-binutils-gdb-b5aff26825abb88d44d71392f759c0a89e979285.tar.bz2 |
* mips-tdep.c (mips_step_skips_delay), config/mips/tm-mips.h
(STEP_SKIPS_DELAY): Added.
* infrun.c (proceed) [STEP_SKIPS_DELAY]: Check for a breakpoint in
the delay slot.
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 d0c30b3..c6e5b11 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Mon Feb 28 12:40:46 1994 Jim Kingdon (kingdon@deneb.cygnus.com) + * mips-tdep.c (mips_step_skips_delay), config/mips/tm-mips.h + (STEP_SKIPS_DELAY): Added. + * infrun.c (proceed) [STEP_SKIPS_DELAY]: Check for a breakpoint in + the delay slot. + * valprint.c (val_print_string): If errcode is set, always print an error, regardless of force_ellipsis. In the non-EIO case, just print the error message rather than calling error(). Don't |