diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-12-30 15:56:00 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-12-30 15:56:00 +0000 |
commit | 17e245fee09354432a01380c0605c611394a30d9 (patch) | |
tree | f0833fd5a8eb43a3e426f08a05ad3eaf9ba8402d /gdb/infrun.c | |
parent | 8264bb58d66b04ee787f18e5cb6a54f6cc75e620 (diff) | |
download | gdb-17e245fee09354432a01380c0605c611394a30d9.zip gdb-17e245fee09354432a01380c0605c611394a30d9.tar.gz gdb-17e245fee09354432a01380c0605c611394a30d9.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index b9652f6..3559011 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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; |