1 Android platform gdb is built by the NDK script now. The source lives in the 2 AOSP-toolchain repository. 3 4 cd $(AOSP)/ndk 5 ./build/tools/build-gdbserver.sh --build-out=/tmp/gdbserver-7.6 --gdb-version=7.6 $(AOSP-toolchain)/gdb/gdb-7.6/gdb/gdbserver/ $(NDK) arm-linux-androideabi-4.7 6 7 Current prebuilt version is against AOSP-toolchain/gdb/gdb-7.6 8 commit 1c4be8e861df1416efe1812dfe0c6e7a096d9d60 9 10