Home | History | Annotate | Download | only in build

Lines Matching refs:GDB

830     $ANDROID_TOOLCHAIN/$GDB -x "$@"
841 local GDB
843 x86) GDB=i686-linux-android-gdb;;
844 arm) GDB=arm-linux-androideabi-gdb;;
845 mips) GDB=mipsel-linux-android-gdb;;