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

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: Kill stray remote file reader 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..64dbec844c5766586c8b188ad517f1d2bbb66664 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
+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/15 13:54:18 The error I get is "CRITICAL:root:Unable to find
etiennej 2015/07/15 14:43:03 Done.
+```
+
### Android set-up
#### Adb

Powered by Google App Engine
This is Rietveld 408576698