OSDN Git Service

2001-06-25 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Tue, 26 Jun 2001 00:26:42 +0000 (00:26 +0000)
committerMichael Snyder <msnyder@specifix.com>
Tue, 26 Jun 2001 00:26:42 +0000 (00:26 +0000)
commitf6e7ab656adb21047d2c0849d5be8e549ef1e201
treed735799098b239afbe225058dcecf80dc264158d
parentb72400c7033ca956210271688f2b3e1e3a6e9ce9
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