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=$TMPDIR/build/gdbserver
86 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDBVER/gdb/gdbserver"
89 log "Found gdbserver source directory: $SRC_DIR"
93 echo "ERROR: Source directory does not contain gdbserver sources: $SRC_DIR"
179 # configure the gdbserver build now
180 dump "Configure: $TOOLCHAIN gdbserver-$GDBVER build with $PLATFORM"
183 # gdbserver binary. Otherwise, the program will try to dlopen()
193 # #ifndefs, but for now just build gdbserver without -Werror.
206 dump "Could not configure gdbserver build. See $TMPLOG"
210 # build gdbserver
211 dump "Building : $TOOLCHAIN gdbserver."
215 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
219 # install gdbserver
225 DSTFILE="gdbserver-nothreads"
227 DSTFILE="gdbserver"
230 INSTALL_DIR=`mktemp -d $TMPDIR/gdbserver.XXXXXX`
231 GDBSERVER_SUBDIR="gdbserver-$ARCH"
234 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/$DSTFILE
245 ARCHIVE=gdbserver-$ARCH.zip