| commit | d94fd91ebbc57350497f947401037f3f8ed72923 | [log] [tgz] |
|---|---|---|
| author | Etienne Membrives <etiennej@chromium.org> | Thu Jul 16 13:07:11 2015 +0200 |
| committer | Etienne Membrives <etiennej@chromium.org> | Thu Jul 16 13:07:11 2015 +0200 |
| tree | 73428748e8c6b1be333d0b54e3f7867a1893323c | |
| parent | 91bb630f9feb1cfcc7931c8be13212e2f9618b73 [diff] |
GDB support for Android in devtools' debugger. See README.md for usage. R=ppi@chromium.org Review URL: https://codereview.chromium.org/1209593002 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 72098cf04f5ecf30c9f567bf4ece19a46ba6ba9d
Unopinionated tools for running, debugging and testing Mojo apps.
The repo consists of:
As devtools carry no assumptions about build system or file layout being used, the primary way of using devtools now is to embed the functionality provided by devtoolslib in a thin wrapper script. For examples, one can refer to mojo's shell runner and apptest runner.
The set of executable scripts is WIP. We currently offer:
git clone https://github.com/domokit/devtools.git
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.