From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: [PATCH] coredump support Date: Fri, 29 Apr 2005 19:20:11 -0700 Message-ID: Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org 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.