Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/03/1998 11:50:01
pk
Fri Apr  3 11:45:12 PST 1998
Update of /cvsroot/src/sys/ddb
In directory nb00:/tmp/cvs-serv11549

Modified Files:
	db_run.c db_break.c db_break.h 
Log Message:
If `SOFTWARE_SSTEP' is defined then kgdb_stub.c needs the single-step
emulation in db_run.c:

	- re-arrange `db_*_single_step()' and `db_*_temp_breakpoint()' -
	  which are only used in the `SOFTWARE_SSTEP' case - so these
	  are available to the KGDB code.
	- make other code in db_run.c conditional on `DDB'.