All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coredump support
@ 2005-04-30  2:20 Kip Macy
  0 siblings, 0 replies; only message in thread
From: Kip Macy @ 2005-04-30  2:20 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-30  2:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-30  2:20 [PATCH] coredump support Kip Macy

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.