|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] double fault ...
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 +/<addr>".
>
> 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)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|