Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/21/2000 14:28:15
Module Name:	syssrc
Committed By:	jdolecek
Date:		Tue Nov 21 12:28:15 UTC 2000

Modified Files:
	syssrc/sys/compat/linux/arch/i386: linux_ptrace.c

Log Message:
implement PTRACE_{GET|SET}FPREGS and framework for PTRACE_{PEEK|POKE}USER

this makes it possible to attach to linux process with linux gdb and
see top-most function on traceback; lower functions are not available,
probably due to bad frame setup
it's not possible to setup breakpoints - Linux gdb uses hw breakpoints,
so support for them would need to be written


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/linux/arch/i386/linux_ptrace.c

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