summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-04-04 02:12:37 +0000
committermarcel <marcel@FreeBSD.org>2009-04-04 02:12:37 +0000
commitc9498bd9af0d2f300a586f4f9f0e78ed8f34de0e (patch)
treef203009d34abedc5ff5847bb6131bebfe58d009f /sys/conf
parent1b19722cda9cd7e6a91916b21b893dac8324c67f (diff)
downloadFreeBSD-src-c9498bd9af0d2f300a586f4f9f0e78ed8f34de0e.zip
FreeBSD-src-c9498bd9af0d2f300a586f4f9f0e78ed8f34de0e.tar.gz
PowerPC, meet kernel core dumps. The support is based
on a generic dumper that creates an ELF core file and uses PMAP functions to scan and iterate over memory chunks, as well as handle memory mappings used during dumping. the PMAP layer can choose to return physical memory chunks or virtual memory chunks. For minidumps, the chunks should be virtual. The default MMU I/F implementation for the scan_md() method returns NULL. Thus, when a PMAP implementation does not implement the required methods, an empty core file is created. Here, empty means having an ELF header only. Obtained from: Juniper Networks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.powerpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 42b1beb..dd946fe 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -139,6 +139,7 @@ powerpc/powerpc/db_disasm.c optional ddb
powerpc/powerpc/db_hwwatch.c optional ddb
powerpc/powerpc/db_interface.c optional ddb
powerpc/powerpc/db_trace.c optional ddb
+powerpc/powerpc/dump_machdep.c standard
powerpc/powerpc/elf_machdep.c standard
powerpc/powerpc/fpu.c optional aim
powerpc/powerpc/fuswintr.c standard
OpenPOWER on IntegriCloud