|
Service cleanups...
- Allow for multiple breakpoints in the service protocol.
The info isn't actually provided or used yet.
- Drop index for list elements returned by the protocol. Flatten structure.
- Drop index for context elements. Keep sub-structure so we
can choose to add extra slot info later.
- Errors now have ids and kinds.
- exception and stacktrace move from @Error to Error.
- All heap Objects now include class/size.
- Changed BoundedType.type and TypeRef.type to different names.
Turns out we already have a "type" property that conflicts.
BUG=
R=johnmccutchan@google.com
Committed: https://github.com/dart-lang/sdk/commit/1b59b9ea0603c868ddf89e0626c6b94996f6fa42
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+239 lines, -185 lines) |
Patch |
|
M |
runtime/observatory/lib/src/elements/context_ref.html
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/observatory/lib/src/elements/context_view.html
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/observatory/lib/src/elements/instance_ref.html
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/observatory/lib/src/elements/instance_view.html
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
runtime/observatory/lib/src/service/object.dart
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/observatory/tests/service/get_object_rpc_test.dart
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/object.cc
|
View
|
1
|
23 chunks |
+57 lines, -72 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service/service.md
|
View
|
1
|
51 chunks |
+137 lines, -93 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service_event.cc
|
View
|
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/service_test.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (1 generated)
|