WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-devel] Windows debugging under Linux with Xen

To: <xen-users@xxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Windows debugging under Linux with Xen
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Mon, 10 Nov 2008 14:45:58 +1100
Cc:
Delivery-date: Sun, 09 Nov 2008 19:46:24 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AclC5teaTFwarU76TkWZz/APQ9X8mg==
Thread-topic: Windows debugging under Linux with Xen
I've just put together a very simple Linux app that can connect to a
windows machine over the virtual serial port and get the
DbgPrint/KdPrint messages, which are really handy for finding out what
is going on with the GPLPV drivers.

I've only tested it under Windows 2003 x32. If the debugging protocol is
different under newer or older versions of Windows (and it could well
be) then it probably won't work there.

http://www.meadowcourt.org/downloads/windbg.tgz

Start your windows DomU in debug mode (F8 at the boot menu and select
debug) and then follow the instructions in the readme. Lots of debug
info should get printed. Must easier (and faster) than using the proper
Windows Debugger, and can capture the boot logs which DebugView can't if
the system won't boot.

James

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Windows debugging under Linux with Xen, James Harper <=