Subject: CVS commit: src/gnu
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 10/31/2003 00:11:27
Module Name:	src
Committed By:	uwe
Date:		Fri Oct 31 00:11:27 UTC 2003

Modified Files:
	src/gnu/dist/gdb/gdb: shnbsd-tdep.c
	src/gnu/dist/gdb/gdb/config/sh: tm-nbsd.h
	src/gnu/usr.bin/gdb53/arch/sh3eb: tm.h
	src/gnu/usr.bin/gdb53/arch/sh3el: tm.h

Log Message:
First cut at implementing software single stepping for sh3.  We need
it because sh3 ports don't provide PT_STEP.  It is finally possible to
run programs under gdb now, though there are still issues to be
resolved.  It was deemed useful enough to commit early, while the work
is still in progress.  Tested on hpcsh.

Blessed by christos@.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gdb/gdb/shnbsd-tdep.c
cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gdb/gdb/config/sh/tm-nbsd.h
cvs rdiff -r1.1 -r1.2 src/gnu/usr.bin/gdb53/arch/sh3eb/tm.h
cvs rdiff -r1.1 -r1.2 src/gnu/usr.bin/gdb53/arch/sh3el/tm.h

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