From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Purav Saraiya" Subject: (no subject) Date: Sat, 19 Nov 2005 17:44:38 -0500 (EST) Message-ID: <33394.130.207.11.90.1132440278.squirrel@webmail.cc.gatech.edu> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: 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 I am facing problems with debugging DomU. I have made changes in the gdt table in the file head.S for Dom U. Because of that the domain is crashing. For debugging, I followed the steps mentioned in the file /xen-unstable/tools/debugger/gdb/README. I also made changes in the /xen/Rules.mk file and compiled domU with -g C flag. However, as mentioned in the README file no /var/xen/dump/..core file is generated. Rules.mk file : verbose ?= y debug ?= y perfc ?= n perfc_arrays?= n domu_debug ?= y crash_debug ?= y Am I missing something? Thanks for replies. -Purav