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

Issue 12842015: Added VM support for isolate stacktrace status. (Closed)

Created:
7 years, 9 months ago by Tom Ball
Modified:
7 years, 8 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added VM support for isolate stacktrace status. Committed: https://code.google.com/p/dart/source/detail?r=20898

Patch Set 1 #

Patch Set 2 : Return JSON wit stack frames #

Patch Set 3 : #

Total comments: 16

Patch Set 4 : Moved local vars into stack frame details, use separate interrupt. #

Patch Set 5 : Removed unused messages. #

Patch Set 6 : #

Total comments: 10

Patch Set 7 : Fixed intptr_t format references #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -47 lines) Patch
M runtime/vm/code_generator.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/debugger.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/isolate.h View 1 2 3 4 5 6 7 8 9 5 chunks +22 lines, -1 line 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 5 6 7 8 9 4 chunks +177 lines, -45 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Tom Ball
Stack trace support now implemented in isolate.cc (no exception.cc changes), returning the following JSON format: ...
7 years, 9 months ago (2013-03-28 20:33:27 UTC) #1
siva
https://codereview.chromium.org/12842015/diff/8001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/12842015/diff/8001/runtime/vm/isolate.cc#newcode711 runtime/vm/isolate.cc:711: String::Handle(frame->function().UserVisibleName()); These handle creations can be hoisted outside the ...
7 years, 9 months ago (2013-03-28 22:09:00 UTC) #2
Tom Ball
PTAL. https://codereview.chromium.org/12842015/diff/8001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/12842015/diff/8001/runtime/vm/isolate.cc#newcode711 runtime/vm/isolate.cc:711: String::Handle(frame->function().UserVisibleName()); On 2013/03/28 22:09:00, siva wrote: > These ...
7 years, 8 months ago (2013-03-29 22:39:31 UTC) #3
siva
LGTM with couple of comments. https://codereview.chromium.org/12842015/diff/22001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/12842015/diff/22001/runtime/vm/isolate.cc#newcode696 runtime/vm/isolate.cc:696: static Monitor* status_sync; = ...
7 years, 8 months ago (2013-04-01 22:07:55 UTC) #4
Tom Ball
https://codereview.chromium.org/12842015/diff/22001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/12842015/diff/22001/runtime/vm/isolate.cc#newcode696 runtime/vm/isolate.cc:696: static Monitor* status_sync; On 2013/04/01 22:07:55, siva wrote: > ...
7 years, 8 months ago (2013-04-02 16:49:15 UTC) #5
Tom Ball
7 years, 8 months ago (2013-04-03 22:03:11 UTC) #6
Message was sent while issue was closed.
Committed patchset #10 manually as r20898 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698