v8/test/debugger/debug/es8
yangguo 3f47c63ded [liveedit] reimplement frame restarting.
Previously, when restarting a frame, we would rewrite all frames
between the debugger activation and the frame to restart to squash
them, and replace the return address with that of a builtin to
leave that rewritten frame, and restart the function by calling it.

We now simply remember the frame to drop to, and upon returning
from the debugger, we check whether to drop the frame, load the
new FP, and restart the function.

R=jgruber@chromium.org, mstarzinger@chromium.org
BUG=v8:5587

Review-Url: https://codereview.chromium.org/2636913002
Cr-Commit-Position: refs/heads/master@{#42725}
2017-01-27 07:31:03 +00:00
..
async-debug-basic.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases0.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases1.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases2.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases3.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception-cases.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-caught-exception.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-abort-at-break.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-continue-at-break.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-in-and-out.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-in-out-out.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-in.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-nested.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-next-constant.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-next.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-debug-step-out.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-function-debug-evaluate.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
async-function-debug-scopes.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
debug-async-break-on-stack.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
debug-async-break.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
debug-async-liveedit.js [liveedit] reimplement frame restarting. 2017-01-27 07:31:03 +00:00