freebsd-dev/lib/libkvm
Hidetoshi Shimokawa 7928124aa5 Allow to specify a character special device as a core file.
This enable us to use /dev/fwmem* as a core file.
e.g.
	ps -M /dev/fwmem0.0 -N kernel.debug
	dmesg -M /dev/fwmem0.0 -N kernel.debug
	gdb -k -c /dev/fwmem0.0 kernel.debug
You need to set target EUI64 in hw.firewire.fwmem.eui64_hi/lo before
opening the device. On the target arch, (PCI) bus address must be
equivalent to physical address.
(We cannot use this for sparc64 because of IOMMU.)

No objection in: -audit
2003-10-29 14:02:16 +00:00
..
kvm_alpha.c
kvm_amd64.c AMD64 support; repocopied from i386 2003-04-30 21:05:33 +00:00
kvm_file.c Remove unnecssary <vm/swap_pager.h> includes. 2003-07-31 21:44:31 +00:00
kvm_geterr.3
kvm_getfiles.3 The .Fn function 2003-03-24 15:58:53 +00:00
kvm_getloadavg.3
kvm_getloadavg.c
kvm_getprocs.3 Document KERN_PROC_PROC, update KERN_PROC_ALL description. 2003-09-27 08:22:23 +00:00
kvm_getswapinfo.3
kvm_getswapinfo.c Remove various unused variables, prototypes and local variables. 2003-07-31 21:42:12 +00:00
kvm_i386.c
kvm_ia64.c Revamp of the syscall path, exception and context handling. The 2003-05-16 21:26:42 +00:00
kvm_nlist.3 The .Fn function 2003-03-24 15:58:53 +00:00
kvm_open.3 The .Fn function 2003-03-24 15:58:53 +00:00
kvm_powerpc.c
kvm_private.h
kvm_proc.c Use the 3-component version of the KERN_PROC_PROC sysctl. 2003-09-27 08:14:37 +00:00
kvm_read.3
kvm_sparc64.c Teach libkvm to deal with direct mapped addresses. 2002-12-27 01:45:05 +00:00
kvm_sparc.c
kvm.3 The .Fn function 2003-03-24 15:58:53 +00:00
kvm.c Allow to specify a character special device as a core file. 2003-10-29 14:02:16 +00:00
kvm.h Fixed some style bugs in the removal of __P(()). Blind removal of 2003-10-13 04:44:55 +00:00
Makefile style.Makefile(5) 2003-08-18 15:25:39 +00:00