diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-19 17:51:22 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-19 17:51:22 +0000 |
commit | a5298c2aa246496203af774a211f60267e95f582 (patch) | |
tree | 5f922d9c341cc38cc4f786364ef4a7bd201d0b2a /gdb/ChangeLog | |
parent | 7cdedb42c116aec4668f0922bacdb0e80cb90259 (diff) | |
download | gdb-a5298c2aa246496203af774a211f60267e95f582.zip gdb-a5298c2aa246496203af774a211f60267e95f582.tar.gz gdb-a5298c2aa246496203af774a211f60267e95f582.tar.bz2 |
* infrun.c (wait_for_inferior): Move assignments to stop_signal
and stop_pc, and STOPPED_BY_WATCHPOINT code, back where they
were--after the switch statement on w.kind. You can't read the
registers of an inferior which has exited. Use a goto in the
STOPPED_BY_WATCHPOINT code.
* infrun.c (wait_for_inferior): Reinstate
HAVE_STEPPABLE_WATCHPOINT and HAVE_CONTINUABLE_WATCHPOINT code.
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 e9f143a..ad8360e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Fri May 19 09:52:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * infrun.c (wait_for_inferior): Move assignments to stop_signal + and stop_pc, and STOPPED_BY_WATCHPOINT code, back where they + were--after the switch statement on w.kind. You can't read the + registers of an inferior which has exited. Use a goto in the + STOPPED_BY_WATCHPOINT code. + * infrun.c (wait_for_inferior): Reinstate + HAVE_STEPPABLE_WATCHPOINT and HAVE_CONTINUABLE_WATCHPOINT code. + Fri May 19 06:15:40 1995 Jim Kingdon <kingdon@deneb.cygnus.com> * utils.c, complaints.c, language.c, monitor.c, remote-array.c, |