build gdb and gdbserver for android
问题 I'm working on 64 bit linux, need to build gdbserver for my aarch64 Android phone.There is prebuilt gdbserver in NDK, but it uses the python in NDK package, not using my system python, I can't install other python plugins. How to find which --target and --host parameter is required for ./configure ? I tried the --help , and google like "build gdbserver aarch64" or "gdbserver configure android", but did't find any answer for aarch64 Android. For gdb I can use ./configure --enable-targets=all ,