Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 07/08/2001 01:58:00
Module Name:	syssrc
Committed By:	wdk
Date:		Sat Jul  7 22:58:00 UTC 2001

Modified Files:
	syssrc/sys/kern: kgdb_stub.c

Log Message:
Disable single step when entering KGDB.  S-S will be enabled later if
required.   This duplicates the behavour used by DDB in db_stop_at_pc()

Architectures that emulate single step in software (SOFTWARE_SSTEP) don't
clear their temporary breakpoints making it impossible to restart on the
same instruction.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/kern/kgdb_stub.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.