From 843cea0d2bb085b03120ac7888567400d60caae2 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 11 Oct 1993 22:39:54 +0000 Subject: * m3-nat.c, config/nm-m3.h: Add a target_ops struct and other various things to try to get this to work. --- gdb/config/nm-m3.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gdb/config') 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) -- cgit v1.1