Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Issue 19870006: Support stacktrace and objecthistogram service commands (Closed)

Created:
7 years, 5 months ago by Cutch
Modified:
7 years, 4 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support stacktrace and objecthistogram service commands R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=25726

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 25

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+646 lines, -97 lines) Patch
A runtime/bin/vmservice/.gitignore View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/running_isolate.dart View 1 2 3 4 5 2 chunks +20 lines, -13 lines 0 comments Download
M runtime/bin/vmservice/running_isolates.dart View 1 2 3 chunks +13 lines, -8 lines 0 comments Download
M runtime/bin/vmservice/server.dart View 1 2 3 4 5 6 2 chunks +9 lines, -4 lines 0 comments Download
M runtime/bin/vmservice/service_request.dart View 1 2 3 4 5 1 chunk +4 lines, -7 lines 0 comments Download
M runtime/bin/vmservice/service_request_router.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/disassembler.h View 1 2 3 4 5 2 chunks +23 lines, -0 lines 0 comments Download
M runtime/vm/disassembler.cc View 2 chunks +39 lines, -0 lines 0 comments Download
M runtime/vm/heap_histogram.h View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/heap_histogram.cc View 1 2 3 4 5 5 chunks +86 lines, -14 lines 0 comments Download
M runtime/vm/isolate.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/json_stream.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.cc View 2 chunks +33 lines, -0 lines 0 comments Download
M runtime/vm/json_test.cc View 2 chunks +21 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 5 chunks +131 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 3 chunks +130 lines, -13 lines 0 comments Download
M tests/standalone/vmservice/isolate_list_test.dart View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
A + tests/standalone/vmservice/isolate_stacktrace_command_script.dart View 1 2 3 4 1 chunk +17 lines, -9 lines 0 comments Download
A tests/standalone/vmservice/isolate_stacktrace_command_test.dart View 1 2 3 4 5 6 1 chunk +47 lines, -0 lines 0 comments Download
M tests/standalone/vmservice/multiple_isolate_list_test.dart View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M tests/standalone/vmservice/test_helper.dart View 1 2 3 4 5 6 3 chunks +11 lines, -3 lines 0 comments Download
A + tests/standalone/vmservice/unknown_command_script.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A tests/standalone/vmservice/unknown_command_test.dart View 1 2 3 4 5 6 1 chunk +26 lines, -0 lines 0 comments Download
A + tests/standalone/vmservice/unknown_isolate_command_script.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + tests/standalone/vmservice/unknown_isolate_command_test.dart View 1 2 3 4 5 6 1 chunk +17 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
7 years, 4 months ago (2013-07-30 21:06:36 UTC) #1
Cutch
PTAL
7 years, 4 months ago (2013-07-31 21:55:57 UTC) #2
siva
LGTM with some comments. https://codereview.chromium.org/19870006/diff/14001/runtime/bin/vmservice/running_isolate.dart File runtime/bin/vmservice/running_isolate.dart (right): https://codereview.chromium.org/19870006/diff/14001/runtime/bin/vmservice/running_isolate.dart#newcode51 runtime/bin/vmservice/running_isolate.dart:51: name = response['name']; why not ...
7 years, 4 months ago (2013-08-01 18:16:18 UTC) #3
Cutch
https://codereview.chromium.org/19870006/diff/14001/runtime/bin/vmservice/running_isolate.dart File runtime/bin/vmservice/running_isolate.dart (right): https://codereview.chromium.org/19870006/diff/14001/runtime/bin/vmservice/running_isolate.dart#newcode51 runtime/bin/vmservice/running_isolate.dart:51: name = response['name']; On 2013/08/01 18:16:18, siva wrote: > ...
7 years, 4 months ago (2013-08-01 22:22:04 UTC) #4
Cutch
7 years, 4 months ago (2013-08-02 00:24:38 UTC) #5
Message was sent while issue was closed.
Committed patchset #7 manually as r25726 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698