| 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
|
|
|