* fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior),
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 15 Oct 1993 04:26:06 +0000 (04:26 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 15 Oct 1993 04:26:06 +0000 (04:26 +0000)
commit5d76c8e66273baf43bfee19c3341e605d4a09ad8
tree5db705f610608b293aed609977860b76ae5b272b
parent8c4731b588620a52771117864c29f4ab1b6bc892
* 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.
16 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/config/i386/tm-i386m3.h
gdb/config/i386/tm-i386mk.h
gdb/config/mips/tm-mipsm3.h
gdb/config/ns32k/tm-ns32km3.h
gdb/config/ns32k/tm-umax.h
gdb/configure.in
gdb/convex-xdep.c
gdb/fork-child.c
gdb/m3-nat.c
gdb/remote-eb.c
gdb/remote-mon.c
gdb/remote-nindy.c
gdb/remote-st.c
gdb/remote-vx.c
This page took 0.037157 seconds and 4 git commands to generate.