NetBSD/sys/compat/linux
jdolecek ad1c55c73b 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
2000-11-21 12:28:15 +00:00
..
arch implement PTRACE_{GET|SET}FPREGS and framework for PTRACE_{PEEK|POKE}USER 2000-11-21 12:28:15 +00:00
common (de)allocate linux emuldata on fork/exec/exit as needed 2000-11-21 12:23:29 +00:00
Makefile.inc
TODO Provide some more useful information. 2000-11-17 03:40:25 +00:00
files.linux Add emulation for scheduler related syscalls. Although they are dummies 1999-10-04 16:58:15 +00:00
linux_syscall.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_syscallargs.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_syscalls.c Adopt the recent change to makesyscalls.sh (char * -> const char * const) 2000-11-15 08:34:03 +00:00