• Milad Farazmand's avatar
    PPC/s390: [wasm] First plumbing for debugging in Liftoff · 0a97c3f3
    Milad Farazmand authored
    Port 7b79a02d
    
    Original Commit Message:
    
        This CL adds a --debug-in-liftoff flag, which takes another path in
        {WasmScript::SetBreakPointForFunction}, and sets the breakpoint via
        {wasm::DebugInfo} (Liftoff-related) instead of {WasmDebugInfo} (C++
        interpreter related).
        Actual breakpoint support is not there yet, so the new test which sets
        this flag does not currently break anywhere. This will change with a
        future CL.
    
    R=clemensb@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
    BUG=
    LOG=N
    
    Change-Id: I632e4c945c88f58d8caba8688356f66406bc04aa
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2016915Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
    Cr-Commit-Position: refs/heads/master@{#65953}
    0a97c3f3
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...