From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: PVOPS: missing some xen symbols in vmlinux Date: Fri, 27 May 2011 18:04:36 -0700 Message-ID: <4DE04A24.60101@goop.org> References: <20110526185957.776d2b16@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110526185957.776d2b16@mantra.us.oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mukesh Rathor Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 05/26/2011 06:59 PM, Mukesh Rathor wrote: > I am trying to figure out what is it about those xen functions, any > thoughts? 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? Thanks, J