All of lore.kernel.org
 help / color / mirror / Atom feed
From: "qihao.xi" <qiho.xi@gmail.com>
To: xen-devel@lists.xensource.com
Subject: Re: kdb does not support XEN?
Date: Tue, 21 Dec 2010 17:18:23 +0800	[thread overview]
Message-ID: <20101221091820.GA3911@qxi> (raw)
In-Reply-To: <20101221034659.GA3307@qxi>

On Tue, Dec 21, 2010 at 11:47:01AM +0800, qihao.xi wrote:
>Hi  all,
>
>I want to debug Dom0 driver when installing XEN SERVER5.6 ISO. 
>The XS5.6 kernel is 2.6.27.42-0.1.1  I downloaded "kdb-v4.4-2.6.27-rc8-common-1.1" and
>"kdb-v4.4-2.6.27-rc8-x86-1". After patching, kdb configure does not
>appear.
>
>I found the below:
># cat  arch/x86/Kconfig.debug|grep -A10 KDB
>config KDB
>	bool "Built-in Kernel Debugger support"
>		depends on DEBUG_KERNEL && !XEN
>
>This mean kdb does not support XEN? If yes, how to debug Dom0 driver?
>Thanks!
>

I unpack the XS5.6 source code "linux-2.6.27.42-0.1.1.xs5.6.0.44.111158".
In "linux-2.6.27.42-0.1.1.xs5.6.0.44.111158/arch/x86/Kconfig.debug"

config KDB
	bool "Built-in Kernel Debugger support"
	depends on DEBUG_KERNEL && !XEN

Why disable XEN? I should use unstable kernel to debug? How to get it? 
Any suggestion is appreciated. 

Thanks!

  reply	other threads:[~2010-12-21  9:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-21  3:47 kdb does not support XEN? qihao.xi
2010-12-21  9:18 ` qihao.xi [this message]
2010-12-22  2:37 ` Todd Deshane
2010-12-22  4:02   ` qihao.xi
2010-12-27 23:26     ` Mukesh Rathor

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=20101221091820.GA3911@qxi \
    --to=qiho.xi@gmail.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.