cfebd19a3a
For debugging code, disable opcode merging. Otherwise, the effect of the first merged opcode would not be observable when stepping. R=thibaudm@chromium.org Bug: v8:10350 Change-Id: Id656c9dee8f9676bf3d7881f3782e5ead76b5e71 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2306802 Commit-Queue: Clemens Backes <clemensb@chromium.org> Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Cr-Commit-Position: refs/heads/master@{#68960}
15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
Tests that Liftoff does not merge opcodes while stepping
|
|
Setting breakpoint at offset 33.
|
|
Paused at offset 33: [0]
|
|
Paused at offset 35: [0, 0]
|
|
Paused at offset 36: [0, 1]
|
|
Paused at offset 33: [-1]
|
|
Paused at offset 35: [-1, -1]
|
|
Paused at offset 36: [-1, 0]
|
|
Paused at offset 38: [-1]
|
|
Paused at offset 33: [13]
|
|
Paused at offset 35: [13, 13]
|
|
Paused at offset 36: [13, 0]
|
|
Paused at offset 38: [13]
|
|
Finished.
|