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

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
« no previous file with comments | « DEPS ('k') | mojo/devtools/common/android_gdb/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+```
+
### Android set-up
#### Adb
« no previous file with comments | « DEPS ('k') | mojo/devtools/common/android_gdb/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698