Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: build/android/gdb_content_shell

Issue 11187027: Android: Add new debugging scripts (adb_gdb_xxx) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/android/adb_gdb_drt ('K') | « build/android/adb_gdb_drt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gdb_content_shell
diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell
index ee55c933b65e359727aa46b7614506e8a2ee4d98..54e70dcdc2e736204cc6dd3cb71b8260adc418c1 100755
--- a/build/android/gdb_content_shell
+++ b/build/android/gdb_content_shell
@@ -7,7 +7,7 @@
# Attach gdb to a running content shell. Redirect to the shell gdb_apk
ROOT=$(cd "$(dirname $0)"; pwd)
-
+echo "WARNING: This script is deprecated, consider using adb_gdb_content_shell instead!"
bulach 2012/10/17 14:20:04 nit: >80cols
digit1 2012/10/18 13:02:59 Done.
if [ $# -gt 0 ]; then
exec ${ROOT}/gdb_apk -r -g "$*"
else
« build/android/adb_gdb_drt ('K') | « build/android/adb_gdb_drt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698