HomeSort by relevance Sort by last modified time
    Searched refs:GDB_VERSION (Results 1 - 5 of 5) sorted by null

  /ndk/build/tools/
build-host-gdb.sh 55 GDB_VERSION="6.6 7.3.x"
56 register_var_option "--gdb-version=<version>" GDB_VERSION "Select GDB version(s)."
93 for VERSION in $(commas_to_spaces $GDB_VERSION); do
298 GDB_VERSION=$(commas_to_spaces $GDB_VERSION)
305 for VERSION in $GDB_VERSION; do
315 for VERSION in $GDB_VERSION; do
build-gdbserver.sh 54 GDB_VERSION=
55 register_var_option "--gdb-version=<name>" GDB_VERSION "Use specific gdb version."
80 if [ -n "$GDB_VERSION" ]; then
81 GDBVER=$GDB_VERSION
build-gcc.sh 44 GDB_VERSION=$DEFAULT_GDB_VERSION
46 register_option "--gdb-version=<version>" do_gdb_version "Specify gdb version" "$GDB_VERSION"
48 GDB_VERSION=$1
162 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
163 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
180 GDB_VERSION=$(get_default_gdb_version_for_gcc $TOOLCHAIN)
181 dump "Auto-config: --gdb-version=$GDB_VERSION"
184 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
185 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
381 --with-gdb-version=$GDB_VERSION \
    [all...]
build-target-prebuilts.sh 100 GDB_VERSION="--gdb-version="$(get_default_gdb_version_for_gcc $GDB_TOOLCHAIN)
102 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" "$GDB_VERSION" $FLAGS
dev-rebuild-ndk.sh 213 $MPFR_VERSION $GDB_VERSION $BINUTILS_VERSION \

Completed in 674 milliseconds