Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
michaelbai@chromium.org 176bb69f2b Fix the gdb path for NDK-r8b.
- Removed android.toolchain property.
- Added android.gdbserver property.
- Changed property-location to check the both file and directory's existence.

TBR=jam
BUG=

Review URL: https://chromiumcodereview.appspot.com/10823435

git-svn-id: http://src.chromium.org/svn/trunk/src/build@155108 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-09-06 02:53:53 +00:00
wangxianzhu@chromium.org d12d515e18 Change Android build configurations (step 3).
Step 1 is https://chromiumcodereview.appspot.com/10827273/ which changed
Debug build to build size-optimized code with DCHECK.

Step 2 is https://chromiumcodereview.appspot.com/10836323/ which updated
developer scripts and buildbot scripts to support the new configurations.

Step 3: change Release configuration to no DCHECK and change default
configuration to Debug.

BUG=none


Review URL: https://chromiumcodereview.appspot.com/10831381

git-svn-id: http://src.chromium.org/svn/trunk/src/build@152504 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-08-21 04:39:00 +00:00
wangxianzhu@chromium.org 215e4088f1 Change Android build configurations (step 2).
Step 1 is https://chromiumcodereview.appspot.com/10827273/ which changed
Debug build to build size-optimized code with DCHECK.

Step 2: update developer scripts and buildbot scripts to support to new
configurations.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/10836323

git-svn-id: http://src.chromium.org/svn/trunk/src/build@152468 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-08-21 01:26:26 +00:00
michaelbai@chromium.org 2b67fd44ed Using gdb_content_shell to attach to content_shell process directly.
- Attached to the running content_shell directly, don't need add any argument.
- Added adb_shell function to remove the '\r' from the output, so the gdb_apk
  could find the correct process when both content_shell and sanboxed_process
  are running.

BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10795020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@147711 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-20 20:25:28 +00:00
shouqun.liu@intel.com da75258a1a Enhancement for gdb_content_shell, allow package_name and shared_lib_dir to be
set from arguments. This enables debug other pieces such as base_unittests_apk

For example, to debug native tests, run with:
 gdb_apk -p org.chromium.native_test -l $CHROME_SRC/out/Release/lib.target -r


BUG=
TEST=


Review URL: https://chromiumcodereview.appspot.com/10736027

git-svn-id: http://src.chromium.org/svn/trunk/src/build@146299 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-12 08:16:25 +00:00