Home | History | Annotate | Download | only in tools

Lines Matching full:gdbserver

17 #  This shell script is used to rebuild the gdbserver binary from
27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain.
29 Where <src-dir> is the location of the gdbserver sources,
35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver
42 BUILD_OUT=/tmp/ndk-$USER/build/gdbserver
83 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver"
86 log "Found gdbserver source directory: $SRC_DIR"
90 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
172 # configure the gdbserver build now
173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build."
197 # gdbserver binary. Otherwise, the program will try to dlopen()
214 dump "Could not configure gdbserver build. See $TMPLOG"
221 # build gdbserver
222 dump "Building : $TOOLCHAIN gdbserver."
226 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
230 # install gdbserver
236 DSTFILE="gdbserver-nothreads"
238 DSTFILE="gdbserver"
243 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
250 ARCHIVE=$TOOLCHAIN-gdbserver.tar.bz2