linux-user: added ELF coredump support for ARM target
authorMika Westerberg <mika.westerberg@iki.fi>
Thu, 26 Mar 2009 11:35:49 +0000 (13:35 +0200)
committerRiku Voipio <riku.voipio@nokia.com>
Thu, 26 Mar 2009 13:54:49 +0000 (15:54 +0200)
commit524cf0acc5b68dadb9a0aa6f9ed9323aa5161818
tree5878c283952355e4c0908ce699733b2f3ba974a0
parent086e050398f3537819af8ff7dc6b0bd90840fd46
linux-user: added ELF coredump support for ARM target

When target process is killed with signal (such signal that
should dump core) a coredump file is created.  This file is
similar than coredump generated by Linux (there are few execption
though).  Current version only supports ARM target coredumps
but it is easy to add support for other targets as it only needs
to define USE_ELF_COREDUMP and provide implementation for
elf_core_copy_regs() function.

See linux-user/elfload.c for more information.
cpu-all.h
elf.h
exec.c
linux-user/elfload.c
linux-user/linuxload.c
linux-user/main.c
linux-user/qemu.h
linux-user/signal.c