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

Unified Diff: mojo/devtools/common/mojo_debug

Issue 1312283003: Allow several build directories to be specified to search for symbols (Closed) Base URL: git@github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 4 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
Index: mojo/devtools/common/mojo_debug
diff --git a/mojo/devtools/common/mojo_debug b/mojo/devtools/common/mojo_debug
index fb4459f3bd5e00be3d2a54805b2f0d5dd37db1ad..31a93de4116eb30751a8e0892643633b982e447d 100755
--- a/mojo/devtools/common/mojo_debug
+++ b/mojo/devtools/common/mojo_debug
@@ -287,7 +287,7 @@ def _add_device_command(subparsers):
device_stack_parser.add_argument('--ndk-dir', type=str,
help='path to the directory containing the Android NDK')
device_stack_parser.add_argument('--build-dir', type=str,
- help='path to the build directory')
+ help='list paths to the build directories, separated by commas')
device_stack_parser.set_defaults(func=_device_stack)

Powered by Google App Engine
This is Rietveld 408576698