Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/05/1997 20:50:02
thorpej
Sat Jul 5 13:44:58 PDT 1997
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv24432
Added Files:
kgdb_machdep.c
Log Message:
Machine-dependent portions of remote serial KGDB, for NetBSD/i386. Based
on Matthias Pfaller's NetBSD/pc532 kgdb_machdep.c.
thorpej
Sat Jul 5 13:46:39 PDT 1997
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv24805
Modified Files:
db_interface.c
Added Files:
db_memrw.c
Log Message:
Split the memory access functions out of db_interface.c, so that they can
be shared by DDB and KGDB.
thorpej
Sat Jul 5 13:47:37 PDT 1997
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv25182
Modified Files:
locore.s
Log Message:
Garbage-collect old KGDB glue.
thorpej
Sat Jul 5 13:48:14 PDT 1997
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv25224
Modified Files:
machdep.c trap.c
Log Message:
Add glue for remote KGDB.
thorpej
Sat Jul 5 13:49:20 PDT 1997
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv25266
Modified Files:
asm.h
Log Message:
Define the ALTENTRY() macro here.
thorpej
Sat Jul 5 13:49:46 PDT 1997
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv25306
Modified Files:
cpufunc.h
Log Message:
Add a breakpoint() inline, used by DDB and KGDB.