• 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
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...