Custom gdb 7.4.1 for Android: cannot access memory -


i've built gdb 7.4.1 android (applied android patches ndk-r8 , configured arm-linux-androideabi). works fine on devices, on other refuses set breakpoints reporting "cannot access memory".

i used original gdbserver ndk assuming protocol compatible.

has run similar problems? need build gdbserver 7.4.1 sources well? or missing external patches?

just solved it. apparently, gdbserver provided android ndk r8 not compatible gdb 7.4.1. building gdbserver sources , replacing ndk 1 solves problem completely.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -