GDB is starting to give me a headache. Something seems to be happening with the way GDB works.
obj / local / armeabi / contains as a list of all .so files used in the project that are NOT deleted, as well as a directory named objs-debug that contains a bunch of .o and .od files.
When you run ndk-gdb, it seems that none of the .so files are even loaded.
I tried to manually modify the gdb.setup file, but apparently when starting gdbserver the file is replaced with its version of things;)
nm -a -C on libmylibary.so shows a ton of characters.
It does not seem to download the .so files, or even look for the objs-debug folder. Ugh!
Any help is always appreciated.
[ root@xyz SviCore]
source share