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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -