Initial revision
This commit is contained in:
parent
054862cfa1
commit
780bdcb936
5 changed files with 40 additions and 0 deletions
10
gdb/config/a29k-kern.mt
Normal file
10
gdb/config/a29k-kern.mt
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Target: Remote AMD 29000 that runs Unix kernel on NYU Ultra3 processor board.
|
||||
# This builds a gdb that should run on a host (we use sun3os4) that
|
||||
# then communicates over the serial line to either an Adapt or MiniMon,
|
||||
# for use in debugging Unix kernels.
|
||||
# As compared to ordinary remote 29K debugging, this changes the register
|
||||
# numbering a bit, to hold kernel regs, and adds support for looking at
|
||||
# the upage.
|
||||
TDEPFILES= exec.o am29k-pinsn.o am29k-tdep.o remote-mm.o remote-adapt.o
|
||||
TM_FILE= tm-ultra3.h
|
||||
TM_CFLAGS = -DKERNEL_DEBUGGING -DNO_HIF_SUPPORT
|
10
gdb/config/a29k.mt
Normal file
10
gdb/config/a29k.mt
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Target: AMD 29000.
|
||||
# These defines should give you a gdb running on ? (sun3os4 if you like)
|
||||
# that will be able to communicate over a serial line with either an
|
||||
# EB board (remote-eb.c),
|
||||
# Adapt (remote-adapt.c),
|
||||
# or a MiniMon debugger (remote-mm.c).
|
||||
# Or run native on an Ultracomputer.
|
||||
TDEPFILES= exec.o am29k-pinsn.o am29k-tdep.o remote-eb.o remote-mm.o remote-adapt.o
|
||||
TM_FILE= tm-29k.h
|
||||
TM_CFLAGS = -DNO_HIF_SUPPORT
|
8
gdb/config/rtbsd.mh
Normal file
8
gdb/config/rtbsd.mh
Normal file
|
@ -0,0 +1,8 @@
|
|||
# IBM RT/PC running BSD unix.
|
||||
# This file contributed at NYU, where we are using the RT to remote
|
||||
# debug a 29k running unix. No attempt, as of 7/16/91, has been made
|
||||
# to support debugging of RT executables.
|
||||
XDEPFILES=coredep.o infptrace.o
|
||||
XM_CFLAGS=-DHOSTING_ONLY # No debugging of RT executables
|
||||
XM_FILE= xm-rtbsd.h
|
||||
CC=gcc -traditional # hc/pcc just can't cut it.
|
7
gdb/config/ultra3.mh
Normal file
7
gdb/config/ultra3.mh
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Host: NYU Ultracomputer (AMD 29000 running Unix)
|
||||
CC=u3cc
|
||||
MUNCH_NM=u3nm
|
||||
XDEPFILES= ultra3-xdep.o infptrace.o
|
||||
XM_FILE= xm-ultra3.h
|
||||
XM_CFLAGS = -DSYM1
|
||||
XM_CLIBS = -lsysv -ljobs -ltermlib
|
5
gdb/config/ultra3.mt
Normal file
5
gdb/config/ultra3.mt
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Target: AMD 29000 running Unix on New York Univerisity processor board.
|
||||
TDEPFILES= exec.o am29k-pinsn.o am29k-tdep.o
|
||||
TM_FILE= tm-ultra3.h
|
||||
# SYM1 is some OS they have.
|
||||
TM_CFLAGS = -DSYM1
|
Loading…
Reference in a new issue