d974db0ada
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
# $NetBSD: KGDB,v 1.53 2007/10/17 19:57:44 garbled Exp $
|
|
|
|
# KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
|
|
# like GENERIC but supports gdb on other machine, i.e.:
|
|
# % gdb -k netbsd.gdb
|
|
# (gdb) set remotebaud 19200
|
|
# (gdb) target remote /dev/ttyb
|
|
|
|
include "arch/sun3/conf/GENERIC"
|
|
|
|
no options DDB
|
|
|
|
makeoptions DEBUG="-g" # debugging symbols for gdb
|
|
options KGDB
|
|
options KGDB_DEV=0x0C01 # ttya=0C00 ttyb=0C01
|
|
|
|
options DEBUG # kernel debugging code
|
|
options DIAGNOSTIC # extra kernel sanity checking
|