Home | History | Annotate | Download | only in build

Lines Matching refs:GDB

892     $ANDROID_TOOLCHAIN/$GDB -x "$@"
903 local GDB
905 x86) GDB=i686-linux-android-gdb;;
906 arm) GDB=arm-linux-androideabi-gdb;;
907 mips) GDB=mipsel-linux-android-gdb;;
959 echo >>"$OUT_ROOT/gdbclient.cmds" "source $ANDROID_BUILD_TOP/development/scripts/gdb/dalvik.gdb"