• 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
wasm-stepping-in-from-js-expected.txt 694 Bytes