dump - Bring in FreeBSD's dumping (new dumps & minidumps)
authorAlex Hornung <ahornung@gmail.com>
Sun, 6 Dec 2009 19:48:53 +0000 (19:48 +0000)
committerAlex Hornung <ahornung@gmail.com>
Sun, 6 Dec 2009 20:06:39 +0000 (20:06 +0000)
commitbe66ad118c8d757a140a55c8309a4a772b041432
treedfe8a6369bd7ed55bb4ca0f7ee63dcd40728548b
parent8e5e6f1b1a2869fdaf18f24243c40e756e6e787a
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
sys/platform/pc32/conf/files
sys/platform/pc32/i386/dump_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/minidump_machdep.c [new file with mode: 0644]
sys/platform/pc32/include/minidump.h [new file with mode: 0644]
sys/platform/pc64/conf/files
sys/platform/pc64/include/minidump.h [new file with mode: 0644]
sys/platform/pc64/x86_64/dump_machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/minidump_machdep.c [new file with mode: 0644]