|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: RFT: gdbserver-xen update to 6.8 and SMP fixes
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
|
|
|
|
|