From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Knorr Subject: Re: double fault ... Date: Mon, 2 May 2005 18:18:47 +0200 Message-ID: <20050502161847.GA16605@bytesex> References: <20050502145143.GB15699@bytesex> <20050502155332.GD15699@bytesex> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, May 02, 2005 at 05:07:28PM +0100, Keir Fraser wrote: > > >>You compile with crash_debug=y? > > > >Yes. Mostly to get a xen binary without optimization and with full > >debug info, so I can easily lookup stuff using > > "objdump -dS xen-syms | less +/". > > Probably 'debug=y' should also cause -g compilation. I'll add that in. Thanks. > I presume you do 'optimize=n' to turn off things like -O3? Yes, "make debug=y crash_debug=y optimize=n" is the command line. Gerd -- #define printk(args...) fprintf(stderr, ## args)