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 2695823003: [debugger] add lcov support to d8. (Closed)

Created:
3 years, 10 months ago by Yang
Modified:
3 years, 10 months ago
Reviewers:
jgruber
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debugger] add lcov support to d8. Use d8 with --lcov=<file> to append coverage info to a file. The result can be fed into genhtml(1). R=jgruber@chromium.org BUG=v8:5808 Review-Url: https://codereview.chromium.org/2695823003 Cr-Commit-Position: refs/heads/master@{#43207} Committed: https://chromium.googlesource.com/v8/v8/+/20c7d5431ac93054574d5ac06eed9549dbe39a96

Patch Set 1 #

Patch Set 2 : revert accidental format #

Total comments: 1

Patch Set 3 : fixes #

Patch Set 4 : rebase #

Patch Set 5 : fix compile #

Patch Set 6 : actual fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -25 lines) Patch
M src/d8.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/d8.cc View 1 2 6 chunks +72 lines, -1 line 0 comments Download
M src/debug/debug-coverage.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/debug/debug-coverage.cc View 6 chunks +37 lines, -18 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (16 generated)
Yang
3 years, 10 months ago (2017-02-14 08:57:40 UTC) #1
jgruber
lgtm https://codereview.chromium.org/2695823003/diff/20001/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/2695823003/diff/20001/src/d8.cc#newcode2470 src/d8.cc:2470: } else if (strncmp(argv[i], "--lcov=", 6) == 0) ...
3 years, 10 months ago (2017-02-15 08:20:23 UTC) #6
Yang
On 2017/02/15 08:20:23, jgruber wrote: > lgtm > > https://codereview.chromium.org/2695823003/diff/20001/src/d8.cc > File src/d8.cc (right): > ...
3 years, 10 months ago (2017-02-15 09:31:02 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2695823003/60001
3 years, 10 months ago (2017-02-15 09:31:43 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng/builds/17342)
3 years, 10 months ago (2017-02-15 09:39:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2695823003/80001
3 years, 10 months ago (2017-02-15 09:41:52 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/16946) v8_linux64_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
3 years, 10 months ago (2017-02-15 09:44:42 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2695823003/100001
3 years, 10 months ago (2017-02-15 09:46:31 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-02-15 10:16:50 UTC) #25
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/20c7d5431ac93054574d5ac06eed9549dbe...

Powered by Google App Engine
This is Rietveld 408576698