Home | History | Annotate | Download | only in tools

Lines Matching refs: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,
119 # configure the gdbserver build now
120 dump "Configure: $TOOLCHAIN gdbserver build."
147 dump "Could not configure gdbserver build. See $TMPLOG"
154 # build gdbserver
155 dump "Building : $TOOLCHAIN gdbserver."
159 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
163 # install gdbserver
168 dump "Install : $TOOLCHAIN gdbserver."
171 run $TOOLCHAIN_PREFIX-objcopy --strip-unneeded $BUILD_OUT/gdbserver $DEST/gdbserver
173 dump "Could not install gdbserver. See $TMPLOG"