OSDN Git Service

* corelow.c (init_core_ops): Delete references to to_require_attach
authordrow <drow>
Thu, 12 Dec 2002 01:39:33 +0000 (01:39 +0000)
committerdrow <drow>
Thu, 12 Dec 2002 01:39:33 +0000 (01:39 +0000)
commitb0c85e17acf400b9386af2ace37c16f7435c82ff
tree609172afcd690e210101b009be6ea36bff250b37
parentd86caf2d04fb4c2cb197c300f487991081bf526a
* corelow.c (init_core_ops): Delete references to to_require_attach
and to_require_detach.
* exec.c (init_exec_ops): Likewise.
* hppah-nat.c (child_follow_fork): Call hppa_require_attach and
hppa_require_detach directly.
* inferior.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
* inftarg.c (child_detach): Remove.
(child_detach_from_process): Rename to child_detach, remove
after_fork argument.
(child_attach): Remove.
(child_attach_to_process): Rename to child_attach, remove after_fork
argument.
(init_child_ops): Delete references to to_require_attach
and to_require_detach.
* infttrace.c (hppa_require_attach): Update comment.
* target.c (cleanup_target, update_current_target)
(init_dummy_target, setup_target_debug): Delete references to
to_require_attach and to_require_detach.
(find_default_require_detach, find_default_require_attach)
(debug_to_require_attach, debug_to_require_detach): Remove
functions.
* target.h (struct target_ops): Remove to_require_attach
and to_require_detach.
(target_require_attach, target_require_detach): Delete macros.
(find_default_require_detach, find_default_require_attach): Delete
prototypes.
* config/pa/nm-hppah.h (REQUIRE_ATTACH, REQUIRE_DETACH): Delete.
gdb/ChangeLog
gdb/config/pa/nm-hppah.h
gdb/corelow.c
gdb/exec.c
gdb/hppah-nat.c
gdb/inferior.h
gdb/inftarg.c
gdb/infttrace.c
gdb/target.c
gdb/target.h