• 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
..
console Loading commit data...
cpu-profiler Loading commit data...
debugger Loading commit data...
heap-profiler Loading commit data...
runtime Loading commit data...
runtime-call-stats Loading commit data...
sessions Loading commit data...
type-profiler Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
OWNERS 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...
testcfg.py Loading commit data...