diff options
author | Daniel Jacobowitz <dan@debian.org> | 2002-11-16 19:21:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2002-11-16 19:21:44 +0000 |
commit | 81061d3f572187d6b8f3c82405e3ac500f286f78 (patch) | |
tree | 25cebb4f35e2b5ce880fc0857f3100eca98df745 /gdb/hppah-nat.c | |
parent | b780dd0325b4c93b33859ad88894981be630167c (diff) | |
download | gdb-81061d3f572187d6b8f3c82405e3ac500f286f78.tar.gz |
* 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.
Diffstat (limited to 'gdb/hppah-nat.c')
-rw-r--r-- | gdb/hppah-nat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index f10eb5a2bae..5e75d870ef3 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -953,13 +953,6 @@ child_has_vforked (int pid, int *childpid) } int -child_can_follow_vfork_prior_to_exec (void) -{ - /* ptrace doesn't allow this. */ - return 0; -} - -int child_insert_exec_catchpoint (int pid) { /* This request is only available on HPUX 10.0 and later. */ |