OSDN Git Service

2001-06-25 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Tue, 26 Jun 2001 00:26:40 +0000 (00:26 +0000)
committermsnyder <msnyder>
Tue, 26 Jun 2001 00:26:40 +0000 (00:26 +0000)
commit884acc9cd6e038ac968418589ed5cb4c469d2f7d
tree5162fa1736ceb201892d2cb25788914d0fa92605
parente0319bf8baf7c43cde0b3926a183b17024031225
2001-06-25  Michael Snyder  <msnyder@redhat.com>

* infrun.c: Eliminate the "thread_step_needed" state variable,
and replace it with a relatively simple test in resume.
(resume): Replace thread_step_needed logic with a test for
stepping, breakpoint_here_p and breakpoints_inserted.
Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
(proceed): Discard thread_step_needed logic.
(wait_for_inferior, fetch_inferior_event, handle_inferior_event):
Discard thread_step_needed logic.
gdb/ChangeLog
gdb/infrun.c