All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <bonzini@gnu.org>
To: Caz Yokoyama <cazyokoyama@gmail.com>
Cc: xen-devel@lists.xensource.com, 'Keir Fraser' <keir.fraser@eu.citrix.com>
Subject: Re: [PATCH] fix the bug of gdb which debugs xen.
Date: Thu, 13 Aug 2009 15:30:01 +0200	[thread overview]
Message-ID: <4A841559.9050405@gnu.org> (raw)
In-Reply-To: <503CADCC055C4722B7AB00CF57C62B5C@xpjpn>

On 08/12/2009 11:03 PM, Caz Yokoyama wrote:
> Probably, you mean.
>
> diff -r 8a9f81672c76 xen/common/gdbstub.c
> --- a/xen/common/gdbstub.c	Wed Aug 12 14:27:52 2009 +0100
> +++ b/xen/common/gdbstub.c	Wed Aug 12 14:00:20 2009 -0700
> @@ -127,7 +127,7 @@
>           x<<= 8;
>           x += str2hex(*str);

This has to be fixed too.

>   #elif defined(__LITTLE_ENDIAN)
> -        x += (unsigned long)str2hex(*str)<<  (i*8);
> +        x += (unsigned long)str2hex(str)<<  (i*8);

  reply	other threads:[~2009-08-13 13:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-12  2:15 [PATCH] fix the bug of gdb which debugs xen Caz Yokoyama
2009-08-12  7:58 ` Keir Fraser
2009-08-12 12:52   ` Caz Yokoyama
2009-08-12 13:29     ` Keir Fraser
2009-08-12 21:03       ` Caz Yokoyama
2009-08-13 13:30         ` Paolo Bonzini [this message]
2009-08-13 14:05           ` Caz Yokoyama
2009-08-13  2:54       ` Caz Yokoyama
2009-08-13  7:31         ` Keir Fraser
2009-08-14  3:52           ` Caz Yokoyama
2009-08-14 20:03           ` Caz Yokoyama
2009-08-17 20:56           ` [PATCH] break-in to Xen 1) when gdb is invoked and 2) ^C on gdb Caz Yokoyama
2009-08-21  0:24             ` Simon Horman
2009-08-21  5:37               ` Caz Yokoyama
2009-08-21  6:08                 ` Simon Horman
2009-08-21 11:12                   ` Caz Yokoyama

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A841559.9050405@gnu.org \
    --to=bonzini@gnu.org \
    --cc=cazyokoyama@gmail.com \
    --cc=keir.fraser@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.