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

Unified Diff: README.md

Issue 1209593002: GDB support for Android in devtools' debugger. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: README.md
diff --git a/README.md b/README.md
index 25050a6c0e8d1031f68d0e3fe00dd2160a7fba90..f09cb78033025bfc6a97f2334190e7d9e1ad58c9 100644
--- a/README.md
+++ b/README.md
@@ -265,6 +265,14 @@ stack trace present in the device log:
mojo/devtools/common/debugger device stack
```
+#### GDB support
ppi 2015/07/09 13:12:38 "support" is redundant, let's just say "gdb" or "A
etiennej 2015/07/15 07:13:20 Done.
+It is possible to inspect a Mojo Shell process using GDB. The `debugger` script
+can be used to launch GDB and attach it to a running shell process (android
+only):
+```
+mojo/devtools/common/debugger gdb attach
ppi 2015/07/09 13:12:38 I just tried to do just that, and the process hang
etiennej 2015/07/15 07:13:20 I don't know how your "regular mojo checkout" diff
+```
+
### Android set-up
#### Adb

Powered by Google App Engine
This is Rietveld 408576698