From 5d76c8e66273baf43bfee19c3341e605d4a09ad8 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 15 Oct 1993 04:26:06 +0000 Subject: * fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior), remote-mon.c (monitor_create_inferior), remote-nindy.c (nindy_create_inferior), remote-st.c (st2000_create_inferior), remote-vx.c (vx_create_inferior): Remove CREATE_INFERIOR_HOOK; it is replaced by init_trace_fun. * config/convex/xm-convex.h, convex-xdep.c: Add comments explaining how to do without CREATE_INFERIOR_HOOK for whoever fixes the Convex port. * Makefile.in: Add Mach files to ALLDEPFILES, etc. * m3-nat.c: Clean up more hair--message(), cprocs. * configure.in: Recognize Mach targets and hosts. * config/ns32k/tm-umax.h: Add some #ifndef's so tm-ns32km3.h can include this file. * Mach headers in config/*/tm-*.h: Fix includes to match correct locations of files. --- gdb/remote-mon.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/remote-mon.c') diff --git a/gdb/remote-mon.c b/gdb/remote-mon.c index 0251401..db323d5 100644 --- a/gdb/remote-mon.c +++ b/gdb/remote-mon.c @@ -76,6 +76,7 @@ static int sr_get_debug(); /* flag set by "set remotedebug" */ #endif static int hashmark; /* flag set by "set hash" */ +/* FIXME: Replace with sr_get_debug (). */ #define LOG_FILE "monitor.log" #if defined (LOG_FILE) FILE *log_file; @@ -288,9 +289,6 @@ monitor_create_inferior (execfile, args, env) entry_pt = (int) bfd_get_start_address (exec_bfd); -#ifdef CREATE_INFERIOR_HOOK - CREATE_INFERIOR_HOOK (0); /* No process-ID */ -#endif #ifdef LOG_FILE fputs ("\nIn Create_inferior()", log_file); #endif -- cgit v1.1