diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-11 22:39:54 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-11 22:39:54 +0000 |
commit | 843cea0d2bb085b03120ac7888567400d60caae2 (patch) | |
tree | 0bad6ea87be7d0ffae720491190a9aedbb4b7bd4 /gdb/config | |
parent | f37449aaf3d3e3f611a02a7fa7a4642cbc47e658 (diff) | |
download | gdb-843cea0d2bb085b03120ac7888567400d60caae2.zip gdb-843cea0d2bb085b03120ac7888567400d60caae2.tar.gz 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')
-rw-r--r-- | gdb/config/nm-m3.h | 12 |
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) |