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

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
« no previous file with comments | « 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..c8cb88ff1d36a4baf141d1fb377c522e9b1cdac2 100755
--- a/build/android/gdb_content_shell
+++ b/build/android/gdb_content_shell
@@ -7,7 +7,8 @@
# 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!"
if [ $# -gt 0 ]; then
exec ${ROOT}/gdb_apk -r -g "$*"
else
« no previous file with comments | « build/android/adb_gdb_drt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698