qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] linux-user: create coredumps from segfauling target binaries
@ 2009-04-09 15:05 riku.voipio
  2009-04-09 15:05 ` [Qemu-devel] [PATCH 1/2] linux-user: implemented ELF coredump support for ARM target riku.voipio
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: riku.voipio @ 2009-04-09 15:05 UTC (permalink / raw)
  To: qemu-devel

From: Riku Voipio <riku.voipio@iki.fi>

Instead of exiting with "qemu: uncaught target signal 11", give a coredump.

Mika Westerberg (2):
  linux-user: implemented ELF coredump support for ARM target
  linux-user: added x86 and x86_64 support for ELF coredump

 cpu-all.h              |    2 +
 elf.h                  |   19 +-
 exec.c                 |   69 +++--
 linux-user/elfload.c   |  985 +++++++++++++++++++++++++++++++++++++++++++++++-
 linux-user/linuxload.c |   50 ++--
 linux-user/main.c      |   42 ++-
 linux-user/qemu.h      |   13 +-
 linux-user/signal.c    |   33 ++-
 linux-user/syscall.c   |    6 +
 9 files changed, 1153 insertions(+), 66 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-14 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 15:05 [Qemu-devel] [PATCH 0/2] linux-user: create coredumps from segfauling target binaries riku.voipio
2009-04-09 15:05 ` [Qemu-devel] [PATCH 1/2] linux-user: implemented ELF coredump support for ARM target riku.voipio
2009-04-09 15:05 ` [Qemu-devel] [PATCH 2/2] linux-user: added x86 and x86_64 support for ELF coredump riku.voipio
2009-04-09 15:27 ` [Qemu-devel] [PATCH 0/2] linux-user: create coredumps from segfauling target binaries Paul Brook
2009-04-14 12:52   ` Riku Voipio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).