I am cross compiling a native android shared library using meson and dynamically loading it using dlopen. However when remotely debuging my app with gdb there is no symbol table info for my shared library even though I am compiling with debug symbols (-g). Does anyone have any suggestions for how to fix this? Am I missing a compiler flag maybe?
I am cross compiling a native android shared library using meson and dynamically loading it using dlopen. However when remotely debuging my app with gdb there is no symbol table info for my shared library even though I am compiling with debug symbols (-g). Does anyone have any suggestions for how to fix this? Am I missing a compiler flag maybe?
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/7e7cbf7e-3c91-48c2-b2f8-f46e55a8fb61%40googlegroups.com.
./gdbserver :5049 --attach pid
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.