|
Pull Sky debugger up to services/debugger.
Sky debugger is a native mojo app that puts up an http server and talks
to other mojo apps in response to http requests, allowing to
interactively start/stop tracing, profile, etc.
This is generally useful also when one does not run mojo_shell through
skydb, hence this patch pulls the debugger into services/debugger.
We can then add plumbing for running with the debugger in devtools.
Bug: domokit/devtools/#4.
R=abarth@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/84b510d3d0d975a34d4b7ada19db7754d44b06a9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+23 lines, -365 lines) |
Patch |
 |
M |
services/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
services/debugger/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
services/debugger/debugger.cc
|
View
|
|
3 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
services/debugger/trace_collector.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
services/debugger/trace_collector.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
sky/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
sky/tools/debugger/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
sky/tools/debugger/debugger.cc
|
View
|
|
1 chunk |
+0 lines, -211 lines |
0 comments
|
Download
|
 |
D |
sky/tools/debugger/trace_collector.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
sky/tools/debugger/trace_collector.cc
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
M |
sky/tools/skydb
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (2 generated)
|