• Clemens Backes's avatar
    [liftoff][debug] Fix step in from JS · 788bffd5
    Clemens Backes authored
    When stepping in from JS, the stepping frame ID will not be set.
    Instead of ensuring to set it properly, we can just skip the check for
    the frame ID. It was needed before, when we didn't properly reset
    stepping information. Now, it's redundant anyway.
    
    Also, ensure that we don't redirect to the interpreter if the
    --debug-in-liftoff flag is set.
    
    Drive-by: Fix and clang-format some parts of the test (no semantic
    change).
    
    R=thibaudm@chromium.org, szuend@chromium.org
    
    Bug: v8:10351
    Change-Id: I58a3cd68937006c2d6b755a4465e793abcf8a20c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2124317Reviewed-by: 's avatarSimon Zünd <szuend@chromium.org>
    Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66904}
    788bffd5
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer 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...