History log of /openbsd/sys/arch/powerpc/include/ptrace.h (Results 1 – 3 of 3)
Revision Date Author Comments
# ec3ac51a 15-May-2006 kettenis <kettenis@openbsd.org>

Implement PT_{GET|SET}FPREGS.
"looks good to me" miod@, ok drahn@


# b43c05a1 07-Aug-1998 rahnds <rahnds@openbsd.org>

Add kernel support for debugging with gdb. This also make /proc allow
access to the registers. The format of the registers returned in ptrace,
/proc and in the coredump header match what gdb was expe

Add kernel support for debugging with gdb. This also make /proc allow
access to the registers. The format of the registers returned in ptrace,
/proc and in the coredump header match what gdb was expecting.
Floating point registers are not yet copied into the structure.
The location of the fpr needs to be found and copied. <- TODO

Changes to trap.c was to add some interm debugging. code is commented out.

powerpc does not currently have a MID_* type, since it uses ELF instead
of a.out, one was never added. Currently the coredump is done in form
of MID_NONE. What is the correct approach for this?? Elf format coredumps...
maybe?

show more ...


# 22892db0 28-Dec-1996 rahnds <rahnds@openbsd.org>

Changes necessary to make the kernel compile and boot.
Some merging with NetBSD port.