Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Issue 1463803002: [debugger] flood function for stepping before calling it. (Closed)

Created:
5 years, 1 month ago by Yang
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[debugger] flood function for stepping before calling it. R=verwaest@chromium.org Committed: https://crrev.com/93eb633214e0f97bf70ae30d2a07b7fbbaa78266 Cr-Commit-Position: refs/heads/master@{#32285} Committed: https://crrev.com/81e131ce4889205570e870cf50c55c7ad61aa376 Cr-Commit-Position: refs/heads/master@{#32339}

Patch Set 1 #

Patch Set 2 : test cases #

Patch Set 3 : formatting #

Patch Set 4 : x64 port #

Patch Set 5 : arm and arm64 ports #

Patch Set 6 : rebase, ports, deoptimize builtins #

Total comments: 2

Patch Set 7 : address comments #

Patch Set 8 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+717 lines, -562 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -6 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 4 5 6 7 4 chunks +66 lines, -20 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 2 3 4 5 6 7 1 chunk +7 lines, -6 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 2 3 4 5 6 7 6 chunks +62 lines, -21 lines 0 comments Download
M src/assembler.h View 1 2 3 4 5 6 7 3 chunks +14 lines, -1 line 0 comments Download
M src/assembler.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M src/debug/debug.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/debug/debug.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 3 4 5 6 7 31 chunks +95 lines, -234 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 4 5 6 7 6 chunks +61 lines, -25 lines 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/js/array.js View 1 2 3 7 chunks +0 lines, -21 lines 0 comments Download
M src/js/collection.js View 2 chunks +0 lines, -4 lines 0 comments Download
M src/js/macros.py View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/js/promise.js View 1 2 3 4 5 3 chunks +2 lines, -4 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 2 3 4 5 6 7 2 chunks +9 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 3 4 5 6 7 4 chunks +67 lines, -20 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -3 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -6 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 2 3 4 5 6 7 4 chunks +66 lines, -20 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 3 4 5 6 2 chunks +6 lines, -45 lines 0 comments Download
M src/snapshot/serialize.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 3 4 5 6 7 3 chunks +8 lines, -10 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 4 5 6 7 5 chunks +62 lines, -24 lines 0 comments Download
M test/cctest/test-debug.cc View 6 chunks +9 lines, -1 line 0 comments Download
A + test/mjsunit/debug-step-into-json.js View 1 1 chunk +16 lines, -23 lines 0 comments Download
A + test/mjsunit/debug-step-into-valueof.js View 1 1 chunk +16 lines, -23 lines 0 comments Download
A test/mjsunit/debug-stepin-builtin-callback-opt.js View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
A test/mjsunit/es6/debug-step-into-regexp-subclass.js View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-401915.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (9 generated)
Yang
5 years, 1 month ago (2015-11-20 13:04:31 UTC) #1
Yang
Benedikt, could you take a look as well before I start porting?
5 years, 1 month ago (2015-11-20 13:13:54 UTC) #3
Yang
Michael, Benedikt wants you to review this :)
5 years, 1 month ago (2015-11-20 13:27:04 UTC) #5
Toon Verwaest
lgtm
5 years ago (2015-11-24 15:03:41 UTC) #6
Michael Starzinger
LGTM with comments. https://codereview.chromium.org/1463803002/diff/100001/src/builtins.h File src/builtins.h (right): https://codereview.chromium.org/1463803002/diff/100001/src/builtins.h#newcode356 src/builtins.h:356: static void Generate_FloodFunctionIfStepping(MacroAssembler* masm, I cannot ...
5 years ago (2015-11-25 14:28:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1463803002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1463803002/120001
5 years ago (2015-11-25 14:34:36 UTC) #10
Yang
On 2015/11/25 14:28:14, Michael Starzinger wrote: > LGTM with comments. > > https://codereview.chromium.org/1463803002/diff/100001/src/builtins.h > File ...
5 years ago (2015-11-25 14:34:36 UTC) #11
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-11-25 15:45:39 UTC) #12
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/93eb633214e0f97bf70ae30d2a07b7fbbaa78266 Cr-Commit-Position: refs/heads/master@{#32285}
5 years ago (2015-11-25 15:45:52 UTC) #13
Michael Achenbach
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/1474943005/ by machenbach@chromium.org. ...
5 years ago (2015-11-25 19:24:12 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1463803002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1463803002/140001
5 years ago (2015-11-26 13:30:20 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years ago (2015-11-26 14:12:10 UTC) #20
commit-bot: I haz the power
5 years ago (2015-11-26 14:12:25 UTC) #22
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/81e131ce4889205570e870cf50c55c7ad61aa376
Cr-Commit-Position: refs/heads/master@{#32339}

Powered by Google App Engine
This is Rietveld 408576698