HomeSort by relevance Sort by last modified time
    Searched refs:gdbserver (Results 1 - 11 of 11) sorted by null

  /prebuilt/android-arm/gdbserver/
Android.mk 4 # Explicitly mark gdbserver as "eng" so that it doesn't
7 LOCAL_SRC_FILES := gdbserver
8 LOCAL_MODULE := gdbserver
  /bionic/libthread_db/
Android.mk 27 # gdbserver and is resolved at runtime. Since there is no library containing
  /ndk/build/tools/
rebuild-all-prebuilt.sh 21 # - target-specific gdbserver
207 dump "Skipping gdbserver build (--mingw option being used)."
210 dump "Build $1 gdbserver..."
211 $PROGDIR/build-gdbserver.sh $FLAGS --build-out=$BUILD_DIR/gdbserver-$1 $SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver $NDK_DIR $1
216 package_it "$1 gdbserver" "$1-gdbserver" "toolchains/$1/prebuilt/gdbserver"
build-gdbserver.sh 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
    [all...]
make-standalone-toolchain.sh 134 echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`
  /ndk/
ndk-gdb 38 # Delay in seconds between launching the activity and attaching gdbserver on it.
219 echo " --delay=<secs> Delay in seconds between activity start and gdbserver attach."
222 echo " --port=<port> Use tcp:localhost:<port> to communicate with gdbserver [$DEBUG_PORT]"
416 # If gdbserver exists, then we built with 'ndk-build NDK_DEBUG=1' and it's
419 if [ -f $PROJECT/libs/$COMPAT_ABI/gdbserver ] ; then
420 log "Found gdbserver under libs/$COMPAT_ABI, assuming app was built with NDK_DEBUG=1"
435 if [ ! -f $PROJECT/libs/$COMPAT_ABI/gdbserver ] ; then
436 echo "ERROR: Could not find gdbserver binary under $PROJECT/libs/$COMPAT_ABI"
445 # Let's check that 'gdbserver' is properly installed on the device too. If this
448 DEVICE_GDBSERVER=`adb_shell ls /data/data/$PACKAGE_NAME/lib/gdbserver`
    [all...]
  /ndk/build/core/
setup-toolchain.mk 96 # We expect the gdbserver binary for this toolchain to be located at its root.
97 TARGET_GDBSERVER := $(TOOLCHAIN_ROOT)/prebuilt/gdbserver
104 # Ensure that for debuggable applications, gdbserver will be copied to
108 NDK_APP_GDBSERVER := $(NDK_APP_DST_DIR)/gdbserver
118 @ echo "Gdbserver : [$(PRIVATE_NAME)] $(call pretty-dir,$(PRIVATE_DST))"
setup-app.mk 69 $(hide) rm -f $(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdbserver)
  /bootable/diskinstaller/
config.mk 18 gdbserver \
  /build/
envsetup.sh 770 adb shell gdbserver $PORT --attach $PID &
775 echo " gdbserver $PORT /system/bin/$EXE"
777 echo " gdbserver $PORT --attach $PID"
  /bionic/libc/
Android.mk 364 # These files need to be arm so that gdbserver

Completed in 106 milliseconds