Date: Mon, 6 Apr 2009 21:52:10 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libkvm kvm_powerpc.c Message-ID: <200904062152.n36LqJgh073256@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-04-06 21:52:10 UTC FreeBSD src repository Modified files: lib/libkvm kvm_powerpc.c Log: SVN rev 190786 on 2009-04-06 21:52:10Z by marcel Add support for PowerPC kernel core files. This commit only adds support for virtual core files (aka minidumps). physical core files are not supported. The implementation is cross-tool ready and can be used in a non- powerpc hosted debugger to analyze PowerPC core files. It also accepts core files that still have the dump header, as can be the case within Juniper where TFTP-based kernel core files are supported and savecore is not used to "extract" the core file from some dump device. Obtained from: Juniper Networks, Inc. Revision Changes Path 1.4 +171 -56 src/lib/libkvm/kvm_powerpc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904062152.n36LqJgh073256>