Home | History | Annotate | Download | only in android

Lines Matching refs:BINARY

38       log "Removing target gdbserver binary: $TARGET_GDBSERVER."
244 - target gdbserver binary
315 --gdbserver=<file> Specify target gdbserver binary.
316 --gdb=<file> Specify host gdb client binary.
318 --adb=<file> Specify host ADB binary.
489 # Out: install path + binary prefix (e.g.
527 local BINARY
530 BINARY=$NDK_DIR/prebuilt/android-$ARCH/gdbserver/gdbserver
531 if [ ! -f "$BINARY" ]; then
532 BINARY=$(get_ndk_toolchain_prebuilt "$NDK_DIR" "$ARCH" gdbserver)
534 echo "$BINARY"
559 # Find host GDB client binary
569 # Find gdbserver binary, we will later push it to /data/local/tmp
570 # This ensures that both gdbserver and $GDB talk the same binary protocol,
576 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \
805 # difficult to pass --annotate=3 to the gdb binary itself.
929 # Pull the app_process binary from the device.