c++ - arm-eabi-addr2line don't show line number -


i running arm-eabi-addr2line android project, command

/applications/android-sdk-mac_86/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/darwin-x86/bin/arm-eabi-addr2line -c -f -e {my file} {address} 

and found return function name don't show line number, e.g,

xxx::xxx::xxx() ??:0  

any idea?

do have debugging symbols in .so? should disable optimization (-o0) , inline functions (-fno-inline)


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -