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

Issue 1235603002: Debugger: make debug code on-stack replacement more robust. (Closed)

Created:
5 years, 5 months ago by Yang
Modified:
5 years, 5 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Debugger: make debug code on-stack replacement more robust. The new implemtation counts the number of calls (or continuations) before the PC to find the corresponding PC in the new code. R=mstarzinger@chromium.org BUG=chromium:507070 LOG=N Committed: https://crrev.com/dec11f5ee00a3ef1af8984d316aa98b3dee3a348 Cr-Commit-Position: refs/heads/master@{#29636}

Patch Set 1 #

Patch Set 2 : test case #

Patch Set 3 : fix arm64 #

Total comments: 1

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -73 lines) Patch
M src/arm/assembler-arm.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/arm64/assembler-arm64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 1 2 3 1 chunk +8 lines, -9 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M src/assembler.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M src/debug.cc View 1 2 3 4 chunks +51 lines, -54 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/mips/assembler-mips.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/mips64/assembler-mips64.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/ppc/assembler-ppc.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/x87/assembler-x87.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
A test/mjsunit/regress/regress-crbug-507070.js View 1 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
Yang
5 years, 5 months ago (2015-07-10 13:50:02 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1235603002/20001
5 years, 5 months ago (2015-07-10 22:46:54 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/7547)
5 years, 5 months ago (2015-07-10 23:11:15 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1235603002/30001
5 years, 5 months ago (2015-07-13 06:55:02 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-13 07:32:58 UTC) #9
Yang
On 2015/07/13 07:32:58, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 5 months ago (2015-07-13 11:44:19 UTC) #10
Michael Starzinger
LGTM. https://codereview.chromium.org/1235603002/diff/30001/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/1235603002/diff/30001/src/debug.cc#newcode1452 src/debug.cc:1452: delta = old_pc - current_pc; This assumes that ...
5 years, 5 months ago (2015-07-13 19:35:24 UTC) #11
Yang
On 2015/07/13 19:35:24, Michael Starzinger wrote: > LGTM. > > https://codereview.chromium.org/1235603002/diff/30001/src/debug.cc > File src/debug.cc (right): ...
5 years, 5 months ago (2015-07-14 05:49:19 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1235603002/30001
5 years, 5 months ago (2015-07-14 05:49:33 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/4165)
5 years, 5 months ago (2015-07-14 05:51:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1235603002/50001
5 years, 5 months ago (2015-07-14 06:09:54 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:50001)
5 years, 5 months ago (2015-07-14 06:38:48 UTC) #20
commit-bot: I haz the power
5 years, 5 months ago (2015-07-14 06:39:05 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dec11f5ee00a3ef1af8984d316aa98b3dee3a348
Cr-Commit-Position: refs/heads/master@{#29636}

Powered by Google App Engine
This is Rietveld 408576698