• jgruber's avatar
    [coverage] Expose block coverage through inspector · 1541f422
    jgruber authored
    This piggy-backs on top of existing precise and best-effort coverage to expose
    block coverage through the inspector protocol.
    
    Coverage collection now implicitly reports block-granularity coverage when
    available.  A new 'isBlockCoverage' property on Inspector's FunctionCoverage
    type specifies the granularity of reported coverage.
    
    For now, only count-based block coverage is supported, but binary block
    coverage should follow soon.
    
    Support is still gated behind the --block-coverage flag.
    
    Bug: v8:6000
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    Change-Id: I9c4d64e1d2a098e66178b3a68dcee800de0081af
    Reviewed-on: https://chromium-review.googlesource.com/532975
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
    Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#46157}
    1541f422
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
debug-coverage.cc Loading commit data...
debug-coverage.h Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-interface.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
debug.js Loading commit data...
interface-types.h Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...
liveedit.js Loading commit data...
mirrors.js Loading commit data...