Searched refs:adb_cmd (Results 1 – 2 of 2) sorted by relevance
/ndk/ |
D | ndk-gdb.py | 257 if args.adb_cmd != None: 258 log('Using specific adb command: %s' % (args.adb_cmd)) 259 ADB_CMD = args.adb_cmd 383 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False): function 426 adb_ret,output = adb_cmd(redirect_stderr=redirect_stderr, 450 retcode,output = adb_cmd(False, ['shell', 'readlink $(which ps)']) 455 retcode,output = adb_cmd(False,['shell', ps_command]) 588 retcode,ADB_TEST = adb_cmd(True,['shell', 'ls']) 684 retcode,LAUNCH_OUTPUT=adb_cmd(True, 694 adb_cmd(True, ['shell', 'sleep', '%f' % (DELAY)], log_command=True) [all …]
|
D | ndk-gdb | 514 ADB_TEST=`adb_cmd shell ls` 688 run adb_cmd shell am start $OPTION_WAIT -n $PACKAGE_NAME/$OPTION_LAUNCH 696 run adb_cmd shell sleep $DELAY 726 run adb_cmd shell kill -9 $GDBSERVER_PID 731 run adb_cmd shell run-as $PACKAGE_NAME $DEVICE_GDBSERVER +$DEBUG_SOCKET --attach $PID & 740 run adb_cmd forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET 749 run adb_cmd pull /system/bin/app_process `native_path $APP_PROCESS` 752 run adb_cmd pull /system/bin/linker `native_path $APP_OUT/linker` 755 run adb_cmd pull /system/lib/libc.so `native_path $APP_OUT/libc.so` 762 run adb_cmd forward tcp:$JDB_PORT jdwp:$PID
|