johnmccutchan@google.com
|
727d29d6b6
|
Refactor VM service IDs:
- IDs are strings which can be concatenated together like paths.
- Isolate ID is now "/isolates/XXX"
- Function, field, class, library, and script IDs are now stable.
- Introduce <type-ref> tags.
R=turnidge@google.com
Review URL: https://codereview.chromium.org//98253009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31358 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-12-20 22:35:55 +00:00 |
|
turnidge@google.com
|
b640712e6b
|
Handle vmservice messages while at breakpoint.
Allow rudimentary inspection of breakpoints from vmservice.
R=hausner@google.com, johnmccutchan@google.com
Review URL: https://codereview.chromium.org//113513004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31233 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-12-18 17:45:17 +00:00 |
|
zra@google.com
|
aa4c080b5c
|
Adds CPU message type to vm service.
R=johnmccutchan@google.com
Review URL: https://codereview.chromium.org//98253007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31209 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-12-17 22:22:12 +00:00 |
|
iposva@google.com
|
1e8061f060
|
- Remove the reply_port from the VM internal message object.
- Adjust all the uses of this API.
R=johnmccutchan@google.com
Review URL: https://codereview.chromium.org//93873015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31205 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-12-17 21:11:18 +00:00 |
|
johnmccutchan@google.com
|
c86bdc5bcf
|
Expose field data, use class id, and merge all collections into "objects"
R=asiva@google.com
Review URL: https://codereview.chromium.org//24075002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27684 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-20 00:59:42 +00:00 |
|
iposva@google.com
|
52a736ee38
|
- Disallow copy constructors.
Review URL: https://codereview.chromium.org//23903034
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27346 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-10 17:47:55 +00:00 |
|
iposva@google.com
|
74b2a34d5b
|
- Base JSON stream printing on stack objects.
- Simplify creation of a JSONStream.
- Add experimental coverage output to the VM.
R=asiva@google.com, johnmccutchan@google.com
Review URL: https://codereview.chromium.org//23875015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27344 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-10 17:21:59 +00:00 |
|
hausner@google.com
|
8e9139da08
|
Fix debugger stack traces
This change fixes the lookup of exception handlers that are
contained in activation frames that are not user-visible
(e.g. frames in dart library code).
Fixes issue 12318 (https://code.google.com/p/dart/issues/detail?id=12318)
R=srdjan@google.com
Review URL: https://codereview.chromium.org//23000011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26445 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-21 17:22:30 +00:00 |
|
johnmccutchan@google.com
|
f91c0967ef
|
Expose classes, codes, functions, and libraries collections.
R=iposva@google.com
Review URL: https://codereview.chromium.org//22297008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25900 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-07 20:35:37 +00:00 |
|
johnmccutchan@google.com
|
631b2d3773
|
Expose arguments and options to handlers through JSONStream
R=asiva@google.com
Review URL: https://codereview.chromium.org//22238002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25814 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-06 14:46:20 +00:00 |
|
johnmccutchan@google.com
|
97ef50a1b2
|
Support stacktrace and objecthistogram service commands
R=asiva@google.com
Review URL: https://codereview.chromium.org//19870006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25726 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-02 00:24:09 +00:00 |
|
johnmccutchan@google.com
|
ea3a5cfb93
|
VM Service isolate listing
R=asiva@google.com
Review URL: https://codereview.chromium.org//19622003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25279 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-22 15:39:03 +00:00 |
|