From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: faster windows debugging design Date: Wed, 20 Oct 2010 12:08:30 +0200 Message-ID: <4CBEBF9E.3000502@redhat.com> References: <20101019191833.GA9229@dumpdata.com> <20101020090609.GQ4007@whitby.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20101020090609.GQ4007@whitby.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Deegan Cc: James Harper , "xen-devel@lists.xensource.com" , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 10/20/2010 11:06 AM, Tim Deegan wrote: > Along these lines I have a tool that runs in dom0 and speaks the kd > protocol on a TCP port and attempts to DTRT to a running Windows domain > with hypercalls. At the moment breakpoint and watchpoint support is > pretty much missing, but it's good enough to examine kernel > datastructures, run !analyze etc. So that's more or less like gdbsx, but speaking kd? Sounds very useful! Paolo