From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: PVOPS: missing some xen symbols in vmlinux Date: Fri, 27 May 2011 18:44:24 -0700 Message-ID: <20110527184424.399aebcb@mantra.us.oracle.com> References: <20110526185957.776d2b16@mantra.us.oracle.com> <4DE04A24.60101@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DE04A24.60101@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Fri, 27 May 2011 18:04:36 -0700 Jeremy Fitzhardinge 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