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

Issue 13603002: Added ctrl-\ command that dumps isolate stacks to dart binary. (Closed)

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

Description

Added ctrl-\ command that dumps isolate stacks to dart binary. Committed: https://code.google.com/p/dart/source/detail?r=21589

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : only show vmstats messages in verbose mode #

Patch Set 6 : fixed lint warnings #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -20 lines) Patch
M runtime/bin/bin.gypi View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/bin/main.cc View 1 2 3 4 5 6 7 8 9 4 chunks +3 lines, -5 lines 0 comments Download
M runtime/bin/vmstats_impl.h View 1 2 3 4 5 6 7 8 9 2 chunks +13 lines, -2 lines 0 comments Download
M runtime/bin/vmstats_impl.cc View 1 2 3 4 5 6 7 8 9 8 chunks +113 lines, -13 lines 0 comments Download
A runtime/bin/vmstats_impl_android.cc View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
A runtime/bin/vmstats_impl_linux.cc View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
A runtime/bin/vmstats_impl_macos.cc View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
A runtime/bin/vmstats_impl_win.cc View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Tom Ball
7 years, 8 months ago (2013-04-04 00:01:44 UTC) #1
siva
https://codereview.chromium.org/13603002/diff/1/runtime/bin/vmstats_impl.cc File runtime/bin/vmstats_impl.cc (right): https://codereview.chromium.org/13603002/diff/1/runtime/bin/vmstats_impl.cc#newcode343 runtime/bin/vmstats_impl.cc:343: return dup; Please see comment in other CL about ...
7 years, 8 months ago (2013-04-04 00:47:15 UTC) #2
Tom Ball
https://codereview.chromium.org/13603002/diff/1/runtime/bin/vmstats_impl.cc File runtime/bin/vmstats_impl.cc (right): https://codereview.chromium.org/13603002/diff/1/runtime/bin/vmstats_impl.cc#newcode343 runtime/bin/vmstats_impl.cc:343: return dup; On 2013/04/04 00:47:15, siva wrote: > Please ...
7 years, 8 months ago (2013-04-04 20:05:53 UTC) #3
siva
https://codereview.chromium.org/13603002/diff/7001/runtime/bin/vmstats_impl.cc File runtime/bin/vmstats_impl.cc (right): https://codereview.chromium.org/13603002/diff/7001/runtime/bin/vmstats_impl.cc#newcode354 runtime/bin/vmstats_impl.cc:354: MonitorLocker ml(instance_monitor_); This could lead to potential deadlocks if ...
7 years, 8 months ago (2013-04-05 15:55:09 UTC) #4
Tom Ball
Addressed Siva's feedback. In particular, a thread is spawned for each signal-initiated stack dump, so ...
7 years, 8 months ago (2013-04-09 22:45:25 UTC) #5
Tom Ball
PTAL, as I've addressed all of Siva's comments.
7 years, 8 months ago (2013-04-11 23:40:08 UTC) #6
siva
lgtm
7 years, 8 months ago (2013-04-16 00:28:06 UTC) #7
siva
lgtm
7 years, 8 months ago (2013-04-16 00:28:07 UTC) #8
Tom Ball
7 years, 8 months ago (2013-04-16 23:11:41 UTC) #9
Message was sent while issue was closed.
Committed patchset #10 manually as r21589 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698