Christopher Ferris

Results 4 comments of Christopher Ferris

I don't know how likely it is to get this support in the linker. It's already supported in gdb, but I don't know if any linker supports it.

I believe this is a tool that processes an elf file and compresses it. That output is then used to create the .gnu_debugdata section in the Android build system. So...

The unwinder in Android 8 was simply broken so it doesn't unwind correctly when using the latest linker. The unwinder in Android 10 has a bug that could cause it...

To answer the previous comment, the error you are seeing is that there is a mismatch of the shared library libAnthracite.so. You are trying to get symbol information for two...