Comment 1 for bug 1254954

Revision history for this message
Matthew Gretton-Dann (matthew-gretton-dann) wrote :

Hi,

I'm sorry to say that you haven't provided enough information for us to be able to help you at the moment.

Your compile line doesn't provide a list of source files. Is it possible for you to provide a full command line and preprocessed sources (available through -save-temps)? If you can't provide complete code a cut down version would be useful - we don't need a completely executable image - just the source code for the function that has the incorrect debug info in a form that can be successfully compiled.

When you give the source code you you please identify the function name and variable name you are talking about.

Note that x29 is not the stack pointer. The stack pointer is sp (or wsp for the 32-bit view). x29 is the frame pointer.

What debugger are you using?

The CFA you mention certainly looks suspicious. I would normally expect it to be SP+offset in a function that has done some saving to the stack. So this is definitely worth more investigations.

Thanks,

Matt