• Clemens Backes's avatar
    [wasm] Don't automatically remove breakpoints · 6880a8dd
    Clemens Backes authored
    Out of the four listed reasons, two are obsolete now, since stepping
    does not modify the code table any more. The first reason also cannot
    happen any more, since removing a breakpoint will also patch the stack
    of the isolate, and even if not, removing a breakpoint which is not set
    will have no effect (not even a stack rewriting). The same applies for
    the last listed reason.
    
    So overall, this code is not needed any more, since it has no effect.
    
    R=thibaudm@chromium.org
    
    Bug: v8:10611
    Change-Id: I773ac2515b66e8bf66cb035c315db552024485c3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2316299Reviewed-by: 's avatarThibaud Michaud <thibaudm@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69041}
    6880a8dd
Name
Last commit
Last update
..
OWNERS Loading commit data...
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-bigint.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-interpreter.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime-weak-refs.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...