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

[Xen-devel] Re: RFT: gdbserver-xen update to 6.8 and SMP fixes

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: RFT: gdbserver-xen update to 6.8 and SMP fixes
From: "Kip Macy" <kip.macy@xxxxxxxxx>
Date: Mon, 6 Oct 2008 08:41:08 +0000
Delivery-date: Mon, 06 Oct 2008 01:41:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=c2dzD8kd91NiakTsQEZIgAxadFIAbZZ6Z3yyedhlWTE=; b=Tvx8b1gZA6EnabF8A7LgVQEohWuBuVOVlP/8xjE1oViBm77Ym6S4RYi1EVXwzPSynY WiEuyoMwkZqht6Ll0mDaBJtxsY6TDEW5gWXNJMONvenhMGyA2fQY5vH+5jC1WxEJ+zq8 bdB67xpRhMt5vT/blLuStMMqVM5G5bED2llD8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=WcuMuCLyeT3Rex2YQL8cpcxHU0ghb1TFis8d2hyTo6TjfdjhQvZXxngPslfT8qvRK+ Qq2Vufr9EM0jM9+3FBdhOwnokebu5QaXcmHf4/CONvDQjxu2hDABm/psDK7NidIqdGlQ WSo1Iodw5EnUhHLCssq63UA07SGbLC3In0BkY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <3c1674c90810052245i5c4010a2pc382213e40710a47@xxxxxxxxxxxxxx>
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>
References: <3c1674c90810052245i5c4010a2pc382213e40710a47@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, Oct 6, 2008 at 5:45 AM, Kip Macy <kip.macy@xxxxxxxxx> wrote:
> Could anyone who is using the gdbserver-xen from tools/debugger/gdb
> please try out the following patch:
>
> http://www.fsmware.com/xen/gdbserver-xen-6.8-upgrade.diff

The logs indicate that a couple of people accessed the diff. If any of
you intend to use it please grab it again. The original had a bug
where a vcpuid would be passed when a domid was needed.


I've updated the diff to incorporate the following addition:

-+@@ -1194,7 +1323,12 @@
++@@ -561,8 +690,13 @@
++   int ret;
++   int to_wait_for = -1;
++
+++#ifdef XEN
+++  if (*childp != NULL)
+++    to_wait_for = (*childp)->head.id;
+++#else
++   if (*childp != NULL)
++     to_wait_for = (*childp)->lwpid;
+++#endif

Cheers,
Kip

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

<Prev in Thread] Current Thread [Next in Thread>