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: kdb does not support XEN?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: kdb does not support XEN?
From: "qihao.xi" <qiho.xi@xxxxxxxxx>
Date: Tue, 21 Dec 2010 17:18:23 +0800
Delivery-date: Tue, 21 Dec 2010 01:19:14 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=5HaNff3EMe/qz2QMgn8a/CIJObw13bE+p5afLlq0RYg=; b=wGRYNRkuOVkuhA9OSFiYHLtfN4c+eL3PhxgeX5mo5jXIYwLG8188ItwR0zv0KJ6/vH Qh3peQDBS6adEws+YPpX9UTq6XxbSs41Ev//Uju8usHV3skcTcULd2ku9uPHyFfLJbuT nTje34wOuVFkqVAjBjNbIruAt33WYnZOSNBBg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=tkl+FmfuMM1W7dga0Zso43ZkGKU1jlSm/MhNxvdKDHDg8vDSgJy1s5TegFrLcfYifj 0ioi1bY7+FL8JuKg3z+EShft1WjzDBmxXr19DCeG7MWhUqfs7h8VV6dIksRVxLG0feIp js3GiRuSBhyF8V1JpaEpBR4x2HbFfw8C8F4+I=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20101221034659.GA3307@qxi>
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: <20101221034659.GA3307@qxi>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-06-14)
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!



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

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