[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • 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
  • 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=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.