This section describes places within the
NetBSD source tree where actual code implementing or using
coredump_write() can be found. All pathnames are relative to
/usr/src.
Process core dumps are initiated within the file
sys/kern/kern_sig.c. Process core dumps for ELF
NetBSD binaries are performed within the files
sys/kern/core_elf32.c or
sys/kern/core_elf64.c. Process core dumps for other
NetBSD binaries are performed within the file
sys/kern/core_netbsd.c.