• Kim-Anh Tran's avatar
    [debugger] Explicitly encode 'other' as reason for breaks and pauses · 026c972d
    Kim-Anh Tran authored
    This CL explicitly encodes the 'other' reason for breaking for:
    * regular breakpoints
    * triggered pause events.
    
    The reason for explicitly encoding the reason is that we may otherwise
    not know why we pause when we handle it. This knowledge is needed
    in order to fully support instrumentation breakpoints, e.g. if we do
    not know that we paused on a triggered pause, and this happens to
    overlap with an instrumentation, we would previously only report
    'instrumentation' as a reason which would be wrong.
    
    Bug: chromium:1229541
    Change-Id: I93c08f965a491f6d34f280157b182a78d5b3cf07
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3289638Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
    Commit-Queue: Kim-Anh Tran <kimanh@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#77970}
    026c972d
Name
Last commit
Last update
..
console Loading commit data...
cpu-profiler Loading commit data...
debugger Loading commit data...
heap-profiler Loading commit data...
regress Loading commit data...
runtime Loading commit data...
sessions Loading commit data...
type-profiler Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
frontend-channel.h Loading commit data...
inspector-test.cc Loading commit data...
inspector.status Loading commit data...
isolate-data.cc Loading commit data...
isolate-data.h Loading commit data...
json-parse-expected.txt Loading commit data...
json-parse.js Loading commit data...
print-method-not-found-expected.txt Loading commit data...
print-method-not-found.js Loading commit data...
protocol-test.js Loading commit data...
task-runner.cc Loading commit data...
task-runner.h Loading commit data...
tasks.cc Loading commit data...
tasks.h Loading commit data...
testcfg.py Loading commit data...
utils.cc Loading commit data...
utils.h Loading commit data...
wasm-inspector-test.js Loading commit data...