aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/nm-m3.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-11 22:39:54 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-11 22:39:54 +0000
commit843cea0d2bb085b03120ac7888567400d60caae2 (patch)
tree0bad6ea87be7d0ffae720491190a9aedbb4b7bd4 /gdb/config/nm-m3.h
parentf37449aaf3d3e3f611a02a7fa7a4642cbc47e658 (diff)
downloadfsf-binutils-gdb-843cea0d2bb085b03120ac7888567400d60caae2.zip
fsf-binutils-gdb-843cea0d2bb085b03120ac7888567400d60caae2.tar.gz
fsf-binutils-gdb-843cea0d2bb085b03120ac7888567400d60caae2.tar.bz2
* m3-nat.c, config/nm-m3.h: Add a target_ops struct and other
various things to try to get this to work.
Diffstat (limited to 'gdb/config/nm-m3.h')
-rw-r--r--gdb/config/nm-m3.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/config/nm-m3.h b/gdb/config/nm-m3.h
index 8e2730f..0d12424 100644
--- a/gdb/config/nm-m3.h
+++ b/gdb/config/nm-m3.h
@@ -39,18 +39,6 @@ extern thread_t current_thread;
*/
extern int must_suspend_thread;
-/* Get relevant ports when creating a new inferior */
-
-#define CREATE_INFERIOR_HOOK(pid) mach_create_inferior_hook(pid)
-
-/* wait for the inferior to change state */
-
-#define INFERIOR_WAIT_HOOK(w) mach_really_wait(w)
-
-/* After fork() call this before exec() in the inferior task */
-
-#define PREPARE_INFERIOR prepare_inferior_task
-
/* Startup the inferior task and suspend it after the correct code is loaded */
#define STARTUP_INFERIOR(x) intercept_exec_calls(x)