Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/hppa



Module Name:    src
Committed By:   skrll
Date:           Thu Jan 10 21:08:41 UTC 2008

Modified Files:
        src/sys/arch/hppa/hppa: process_machdep.c trap.c vm_machdep.c
        src/sys/arch/hppa/include: param.h pcb.h proc.h reg.h

Log Message:
Various improvements to the hppa kernel for gdb.

        - add the useful space and control registers to struct reg
        - update process_{read,write}_regs accordingly
        - use MID_HPPA in core dumps.
        - dump the fp regs into cores.
        - add single stepping support from OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/hppa/hppa/process_machdep.c
cvs rdiff -r1.50 -r1.51 src/sys/arch/hppa/hppa/trap.c
cvs rdiff -r1.29 -r1.30 src/sys/arch/hppa/hppa/vm_machdep.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/hppa/include/param.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/hppa/include/pcb.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/hppa/include/proc.h \
    src/sys/arch/hppa/include/reg.h

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




Home | Main Index | Thread Index | Old Index