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-devel

Re: [Xen-devel] please help: remote gdb

To: "King, Steven R" <steven.r.king@xxxxxxxxx>
Subject: Re: [Xen-devel] please help: remote gdb
From: Kip Macy <kip.macy@xxxxxxxxx>
Date: Fri, 16 Dec 2005 13:54:34 -0600
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 16 Dec 2005 19:56:41 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Jf/wGS/cP1iqmpAC+InoQE7husrL3XoNZR9ELGIJs9yMAVGNrrlpal7SGgZPxP3xdpI9ujsP342QyJSxAbquTdGrfy8eICnj+4lrdx3AI5999iTWlMazqrA6eXDHGTMZCupfVzECNMJ21HTreZSsHw27hJ4LYhlj2qpwprULjHY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <44BDAFB888F59F408FAE3CC35AB470410299C402@orsmsx409>
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <44BDAFB888F59F408FAE3CC35AB470410299C402@orsmsx409>
Reply-to: kmacy@xxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Steven -

"domu_debug" is not needed any more. If you're applying my patches you need to apply all 3. If you're using a recent tree let me know. Some style changes were made when merging my patch into the tree yesterday. I'll check if they impact functionality in some way.


                       -Kip


On 12/16/05, King, Steven R <steven.r.king@xxxxxxxxx> wrote:
The INT3 is in the kernel.  The domU and remote gdb both agree on the
EIP too.  It appears that the INT3 is simply passed to the domU kernel
rather than the debugger.  In the response to the INT3, the domU kernel
terminates the whole process with a nice register and stack dump and I
end up back at the command prompt.



-----Original Message-----
From: Keir Fraser [mailto: Keir.Fraser@xxxxxxxxxxxx]
Sent: Friday, December 16, 2005 10:10 AM
To: King, Steven R
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] please help: remote gdb


On 16 Dec 2005, at 18:01, King, Steven R wrote:

> Do the directions given in tools/debugger/gdb/README work now?
> Everything goes OK, except when my domU hits the breakpoint, the INT3
> is caught by the local kernel which terminates my process.  I've tried

> domu_debug=y and all that.  I also tried Kip's ptrace_enable.patch,
> but I don't know if there is something else I need to do to get that
> working correctly.
>
> Any guidance much appreciated!!

The gdb server is intended for debugging the domU kernel. If you place
int3 in userspace code the trap will not be propagated to the gdb
server.

  -- Keir


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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>