From 4088142aaeb229390c53957ab465955725d43b17 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sat, 16 Nov 2002 19:21:44 +0000 Subject: * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove. * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove. (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec. * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove. * target.c (cleanup_target): Remove reference to to_can_follow_vfork_prior_to_exec. (update_current_target): Likewise. (debug_to_can_follow_vfork_prior_to_exec): Remove. (setup_target_debug): Remove reference to to_can_follow_vfork_prior_to_exec. * target.h (struct target_ops): Remove to_can_follow_vfork_prior_to_exec. (child_can_follow_vfork_prior_to_exec): Remove prototype. (target_can_follow_vfork_prior_to_exec): Remove definition. * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't define. * infrun.c (follow_vfork_when_exec): Remove. (follow_inferior_fork): Remove references to follow_vfork_when_exec. (follow_exec): Likewise. (handle_inferior_event): Likewise. (keep_going): Likewise. --- gdb/infttrace.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'gdb/infttrace.c') diff --git a/gdb/infttrace.c b/gdb/infttrace.c index a1a789c59a1..98c70b9c6b5 100644 --- a/gdb/infttrace.c +++ b/gdb/infttrace.c @@ -3449,21 +3449,6 @@ child_has_vforked (int tid, int *childpid) #endif -#if defined(CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC) -int -child_can_follow_vfork_prior_to_exec (void) -{ - /* ttrace does allow this. - - ??rehrauer: However, I had major-league problems trying to - convince wait_for_inferior to handle that case. Perhaps when - it is rewritten to grok multiple processes in an explicit way... - */ - return 0; -} -#endif - - #if defined(CHILD_INSERT_EXEC_CATCHPOINT) int child_insert_exec_catchpoint (int tid) -- cgit v1.2.1