From: riku.voipio@iki.fi
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2] linux-user: create coredumps from segfauling target binaries
Date: Thu, 9 Apr 2009 18:05:39 +0300 [thread overview]
Message-ID: <cover.1239287870.git.riku.voipio@iki.fi> (raw)
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(-)
next reply other threads:[~2009-04-09 15:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-09 15:05 riku.voipio [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1239287870.git.riku.voipio@iki.fi \
--to=riku.voipio@iki.fi \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).