Home
last modified time | relevance | path

Searched refs:GDB_VERSION (Results 1 – 4 of 4) sorted by relevance

/ndk/build/tools/
Dbuild-host-gdb.sh55 GDB_VERSION="6.6 7.1.x 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
265 GDB_VERSION=$(commas_to_spaces $GDB_VERSION)
272 for VERSION in $GDB_VERSION; do
282 for VERSION in $GDB_VERSION; do
Dbuild-gdbserver.sh58 GDB_VERSION=$DEFAULT_GDB_VERSION
59 register_var_option "--gdb-version=<name>" GDB_VERSION "Use specific gdb version."
83 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver"
154 LIBTHREAD_DB_DIR=$ANDROID_NDK_ROOT/sources/android/libthread_db/gdb-$GDB_VERSION
173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build."
191 case "$GDB_VERSION" in
Dbuild-gcc.sh45 GDB_VERSION=$DEFAULT_GDB_VERSION
46 register_var_option "--gdb-version=<version>" GDB_VERSION "Specify gdb version"
134 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
135 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
250 --with-gdb-version=$GDB_VERSION \
Ddev-rebuild-ndk.sh141 unset GDB_VERSION
204 $MPFR_VERSION $GDB_VERSION $BINUTILS_VERSION \