- convert {set, fill}_??regs() and ptrace_single_step() API to taking
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 27 Oct 2005 03:15:47 +0000 (03:15 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 27 Oct 2005 03:15:47 +0000 (03:15 +0000)
commite9182c58e7f6e9f94df094bf012f2fc3311814ea
tree7bf1e483d32dbb277480e97689b9f7d9ce48ec4f
parent48ecae3157bfe8ed0540178c8982a8245c3d2a75
- convert {set, fill}_??regs() and ptrace_single_step() API to taking
  struct lwp instead of struct proc, change their caller accordingly
- in i386/include/md_var.h, add forward declaration of struct lwp and eliminate
  the no longer needed forward declaration of struct proc
- in i386/include/reg.h, add forward declaration of struct lwp and struct proc
- minor style and white space changes

Requested-and-Reviewed-by: corecode
12 files changed:
sys/cpu/i386/include/reg.h
sys/i386/i386/machdep.c
sys/i386/i386/procfs_machdep.c
sys/i386/include/md_var.h
sys/i386/include/reg.h
sys/kern/imgact_elf.c
sys/kern/kern_checkpoint.c
sys/kern/sys_process.c
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/i386/procfs_machdep.c
sys/platform/pc32/include/md_var.h
sys/sys/ptrace.h