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

  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdb_apk 3 # android_gdb: Pushes parameter binary and gdbserver. Connects
18 # We kill all previous instances of gdbserver to rid all port overriding errors.
19 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB shell kill
30 echo "Pushing gdbserver..."
31 adb_push_if_needed $ANDROID_TOOLCHAIN/../gdbserver /data/local/tmp
38 # Attach gdbserver to the app process
41 $ADB shell /data/local/tmp/gdbserver :$PORT --attach $PID &
43 # Wait for gdbserver
android_gdbserver 3 # android_gdbserver: Pushes gdbserver. Starts debugging environment.
70 echo "Pushing gdbserver..."
71 adb_push_if_needed $ANDROID_TOOLCHAIN/../gdbserver /data/local/tmp
76 # Kill all previous instances of gdbserver and the app to rid all port overriding errors.
78 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB shell kill
81 # Starting up gdbserver in android shell
82 echo "Starting gdbserver with command: ${APP_ARGS[@]}"
83 $ADB shell LD_LIBRARY_PATH=/data/local/tmp:\$LD_LIBRARY_PATH /data/local/tmp/gdbserver :5039 /data/local/tmp/skia_launcher ${APP_ARGS[@]} &
  /external/chromium_org/build/android/
adb_gdb 34 log "Killing background gdbserver process: $GDBSERVER_PID"
38 log "Removing target gdbserver binary: $TARGET_GDBSERVER."
93 GDBSERVER=
126 --gdbserver=*)
127 GDBSERVER=$optarg
244 - target gdbserver binary
269 Otherwise, the script will complain, but you can use the --gdbserver,
315 --gdbserver=<file> Specify target gdbserver binary.
530 BINARY=$NDK_DIR/prebuilt/android-$ARCH/gdbserver/gdbserve
    [all...]
  /build/
envsetup.sh 1153 # TODO: check if tracing process is gdbserver and not some random strace...
1155 # start gdbserver
1156 echo "Starting gdbserver..."
1161 echo ". starting gdbserver to attach to pid=$PID..."
1162 adb shell gdbserver$USE64BIT :$PORT --attach $PID &
1167 echo "It looks like gdbserver is already attached to $PID (process is traced), trying to connect to it using local port=$PORT"
    [all...]

Completed in 395 milliseconds