DragonFly commits List (threaded) for 2009-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: dump - Bring in FreeBSD's dumping (new dumps & minidumps)
commit be66ad118c8d757a140a55c8309a4a772b041432
Author: Alex Hornung <ahornung@gmail.com>
Date: Sun Dec 6 19:48:53 2009 +0000
dump - Bring in FreeBSD's dumping (new dumps & minidumps)
* Bring in FreeBSD's dumps and minidumps, which use an ELF header instead of
a raw dump.
* Adapt to our needs by, for example, saving the dumppcb and dumpthread.
Obtained-from: FreeBSD
Summary of changes:
sys/platform/pc32/conf/files | 2 +
sys/platform/pc32/i386/dump_machdep.c | 367 ++++++++++++++++++++++++
sys/platform/pc32/i386/minidump_machdep.c | 396 +++++++++++++++++++++++++
sys/platform/pc32/include/minidump.h | 45 +++
sys/platform/pc64/conf/files | 2 +
sys/platform/pc64/include/minidump.h | 46 +++
sys/platform/pc64/x86_64/dump_machdep.c | 365 ++++++++++++++++++++++++
sys/platform/pc64/x86_64/minidump_machdep.c | 412 +++++++++++++++++++++++++++
8 files changed, 1635 insertions(+), 0 deletions(-)
create mode 100644 sys/platform/pc32/i386/dump_machdep.c
create mode 100644 sys/platform/pc32/i386/minidump_machdep.c
create mode 100644 sys/platform/pc32/include/minidump.h
create mode 100644 sys/platform/pc64/include/minidump.h
create mode 100644 sys/platform/pc64/x86_64/dump_machdep.c
create mode 100644 sys/platform/pc64/x86_64/minidump_machdep.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/be66ad118c8d757a140a55c8309a4a772b041432
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]