Building GDB for remote debugging on android -
for weeks have been trying unsuccesfully build gdb remote debugging on nexus 5x phone
i have tried downloading gdb files , building cross-debugging on aarch64 architecture using
- ./configure --target=aarch64-linux-android
- make
- make install
in addition have tried using gdb-multiarch
in both cases have been using prebuilt gdbserver available in android-ndk
both of these options have left me with
"segmentation fault (core dumped)" while connecting remote process wish debug. error occurs 90% of time while connecting. option seems work correctly without crashing gdb available android-ndk (in prebuilt options)
can not use need add plugins gdb cannot seem add prebuilt version.
if explain me how can build gdb (as in ndk-prebuilt) options or going wrong while building appreciate it.
Comments
Post a Comment