|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: PVOPS: missing some xen symbols in vmlinux
On Fri, 27 May 2011 18:04:36 -0700
Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
>
> I'd noticed that myself - I'm not really sure what causes it. For the
> asm ones it can be caused by missing the proper type/length directives
> for the symbol, but AFAICS those are all C functions.
> xen_start_kernel is asmlinkage, but I don't think that should matter.
>
> Is it just that gdb doesn't find the symbols? Or are there other
> functional problems as well?
>
> What version of the toolchain are you using? Do you have
> CONFIG_DEBUG_INFO enabled?
Hi Jeremy,
I am using gdb version (7.0.1-50.fc12), but I will try different version,
There are no functional problems, just debugging is harder in case of
panics for my hybrid guest I am working on.
I have CONFIG_DEBUG_INFO enabled.
Thanks. I'll let you know if different verions of gdb work.
Mukesh
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|