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

  1. ./configure --target=aarch64-linux-android
  2. make
  3. 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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -