From 97f0beefe50c01040fcb183d142efd57f800988e Mon Sep 17 00:00:00 2001 From: "djsollen@google.com" Date: Thu, 10 Oct 2013 17:41:32 +0000 Subject: [PATCH] fix android_gdb_exe script R=mtklein@google.com Review URL: https://codereview.chromium.org/26871003 git-svn-id: http://skia.googlecode.com/svn/trunk@11706 2bbb7eff-a529-9590-31e7-b0007b416f81 --- platform_tools/android/bin/android_gdb_exe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform_tools/android/bin/android_gdb_exe b/platform_tools/android/bin/android_gdb_exe index 1d2c361..6a95e26 100755 --- a/platform_tools/android/bin/android_gdb_exe +++ b/platform_tools/android/bin/android_gdb_exe @@ -6,7 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source $SCRIPT_DIR/android_setup.sh # setup the gdbserver -$SCRIPT_DIR/android_gdbserver -d ${DEVICE_ID} ${APP_ARGS} +$SCRIPT_DIR/android_gdbserver -d ${DEVICE_ID} ${APP_ARGS[@]} # quit if gdbserver setup failed if [[ "$?" != "0" ]]; then -- 2.7.4