mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-10 11:12:23 +00:00
* 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.
This commit is contained in:
parent
7cdedb42c1
commit
a5298c2aa2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user