From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: gdbserver stub for xen Date: Wed, 21 May 2008 19:41:01 -0700 Message-ID: <4834DD3D.7010207@oracle.com> Reply-To: mukesh.rathor@oracle.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: 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@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi all, I've written a simple gdbserver stub to run on dom0 for debugging PV guests. Currently, it'll work on 32bit dom0 only. It can debug 32 or 64bit PV guests, HVM will follow. Connect via remote gdb and see all vcpus, single step a single vcpu, set breakpoints, see data structures, modify memory, modify registers, etc.... It can be found at: http://xenbits.xensource.com/ext/debuggers.hg See tools/debugger/gdbsx/README Regards, Mukesh Rathor Oracle Corporation, Redwood Shores, CA, USA