Lines Matching refs:gdb
47 register_option "--gdb-version=<version>" do_gdb_version "Specify gdb version" "$GDB_VERSION"
159 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
160 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
161 echo " Use --gdb-version=<version> to specify alternative."
178 dump "Auto-config: --gdb-version=$GDB_VERSION"
181 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
182 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
183 echo " Use --gdb-version=<version> to specify alternative."
270 # -Wno-error is needed because our gdb-6.6 sources use -Werror by default
357 --with-gdb-version=$GDB_VERSION \
422 # build the gdb stub and replace gdb with it. This is done post-install
426 dump "Building : $TOOLCHAIN GDB stub. "$TOOLCHAIN_PATH/bin/${ABI_CONFIGURE_TARGET}-gdb.exe", "$WITH_PYTHON_PREFIX", $ABI_CONFIGURE_HOST-gcc"
430 # AssignProcessToJobObject needed for gdb-stub.c. Hack to use i686-w64-mingw32-gcc. ToDo:
434 dump "Override compiler for gdb-stub: $GCC_FOR_STUB"
437 run $NDK_DIR/build/tools/build-gdb-stub.sh --gdb-executable-path="$TOOLCHAIN_PATH/bin/${ABI_CONFIGURE_TARGET}-gdb.exe" \