* infrun.c (handle_inferior_event): Don't call

ENSURE_VFORKING_PARENT_REMAINS_STOPPED.
	* target.h (ENSURE_VFORKING_PARENT_REMAINS_STOPPED): Delete.
	(RESUME_EXECD_VFORKING_CHILD_TO_GET_PARENT_VFORK): Delete.
This commit is contained in:
Daniel Jacobowitz
2006-12-30 15:56:00 +00:00
parent 8264bb58d6
commit 17e245fee0
3 changed files with 7 additions and 25 deletions

View File

@@ -1454,9 +1454,6 @@ handle_inferior_event (struct execution_control_state *ecs)
if (inferior_ignoring_leading_exec_events)
{
inferior_ignoring_leading_exec_events--;
if (pending_follow.kind == TARGET_WAITKIND_VFORKED)
ENSURE_VFORKING_PARENT_REMAINS_STOPPED (pending_follow.fork_event.
parent_pid);
target_resume (ecs->ptid, 0, TARGET_SIGNAL_0);
prepare_to_wait (ecs);
return;