From mboxrd@z Thu Jan 1 00:00:00 1970 From: "qihao.xi" Subject: kdb does not support XEN? Date: Tue, 21 Dec 2010 11:47:01 +0800 Message-ID: <20101221034659.GA3307@qxi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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!