From: Kip Macy <kip.macy@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] coredump support
Date: Fri, 29 Apr 2005 19:20:11 -0700 [thread overview]
Message-ID: <b1fa29170504291920f757fa2@mail.gmail.com> (raw)
http://www.fsmware.com/xen/patches/050429/coredump.patch
This patch adds an interface to libxc to do a coredump of a domain. It
also extends gdbserver to allow one to debug a coredump as if it were
a permanently paused guest.
> gdbserver-xen ip:port --file corename
Then from a gdb with the symbols loaded it is the same as before:
(gdb) target remote ip:port
Assuming you've applied the previous ptrace patch, you'll have to do a
trivial resolve in xc_ptrace.c because of the recent name changes.
reply other threads:[~2005-04-30 2:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=b1fa29170504291920f757fa2@mail.gmail.com \
--to=kip.macy@gmail.com \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.