• Benedikt Meurer's avatar
    [refactor] Introduce dedicated WasmScript::SetBreakPointOnEntry(). · 95b2f02d
    Benedikt Meurer authored
    Previously we had passed kOnEntryBreakpointPosition as a marker through
    the regular SetBreakPointForScript() logic and handled that specially in
    WasmScript, however this instrumentation breakpoint is special and gets
    in the way of returning more information about a regular breakpoint in
    case of crbug.com/700516, so I decided to just isolate that into it's
    own method, especially since the only user already special-cases Wasm
    anyways.
    
    Bug: chromium:1162229, chromium:700516
    Change-Id: Ie7966c1701365a4b03710d6dc32cc8278577ee3a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3026711
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75724}
    95b2f02d
Name
Last commit
Last update
..
wasm/gdb-server Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
debug-coverage.cc Loading commit data...
debug-coverage.h Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-interface.cc Loading commit data...
debug-interface.h Loading commit data...
debug-property-iterator.cc Loading commit data...
debug-property-iterator.h Loading commit data...
debug-scope-iterator.cc Loading commit data...
debug-scope-iterator.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug-stack-trace-iterator.cc Loading commit data...
debug-stack-trace-iterator.h Loading commit data...
debug-type-profile.cc Loading commit data...
debug-type-profile.h Loading commit data...
debug-wasm-objects-inl.h Loading commit data...
debug-wasm-objects.cc Loading commit data...
debug-wasm-objects.h Loading commit data...
debug-wasm-objects.tq Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
interface-types.h Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...