diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-12-12 01:39:34 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-12-12 01:39:34 +0000 |
commit | 4c9ba7e0a610fe6e6c9b96a493a5cf3d8cce761d (patch) | |
tree | 4bcfeebc176aae98fb181f6ebec68151aeeef4fc /gdb/config | |
parent | 0394eb2acb98a44baf700c4811bf47d39a542c87 (diff) | |
download | gdb-4c9ba7e0a610fe6e6c9b96a493a5cf3d8cce761d.zip gdb-4c9ba7e0a610fe6e6c9b96a493a5cf3d8cce761d.tar.gz gdb-4c9ba7e0a610fe6e6c9b96a493a5cf3d8cce761d.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/nm-hppah.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/pa/nm-hppah.h b/gdb/config/pa/nm-hppah.h index 54fe806..9c150ee 100644 --- a/gdb/config/pa/nm-hppah.h +++ b/gdb/config/pa/nm-hppah.h @@ -90,10 +90,7 @@ extern int hppa_prepare_to_proceed (void); struct target_waitstatus; extern ptid_t child_wait (ptid_t, struct target_waitstatus *); -#define REQUIRE_ATTACH(pid) hppa_require_attach(pid) extern int hppa_require_attach (int); - -#define REQUIRE_DETACH(pid,signal) hppa_require_detach(pid,signal) extern int hppa_require_detach (int, int); /* So we can cleanly use code in infptrace.c. */ |