Comment #3 on issue 3147 by [email protected]: Incorrect position reporting for calls
https://code.google.com/p/v8/issues/detail?id=3147#c3
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f
commit a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f Author: yangguo <[email protected]> Date: Mon Jul 06 11:15:52 2015 Debugger: use debug break slots instead of ICs (except for calls). BUG=v8:3147,v8:4269 LOG=N Review URL: https://codereview.chromium.org/1218493005 Cr-Commit-Position: refs/heads/master@{#29487}[modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/arm/debug-arm.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/arm/full-codegen-arm.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/arm64/debug-arm64.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/arm64/full-codegen-arm64.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/assembler.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/assembler.h [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/builtins.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/builtins.h [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/codegen.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/codegen.h [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/debug.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/debug.h [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/full-codegen.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/full-codegen.h [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/ia32/debug-ia32.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/ia32/full-codegen-ia32.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/mips/debug-mips.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/mips/full-codegen-mips.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/mips64/debug-mips64.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/mips64/full-codegen-mips64.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/parser.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/x64/debug-x64.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/src/x64/full-codegen-x64.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/test/cctest/test-debug.cc [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/test/mjsunit/debug-backtrace.js [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/test/mjsunit/debug-breakpoints.js [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/test/mjsunit/debug-stepframe.js [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/test/mjsunit/es6/debug-step-into-constructor.js [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/test/mjsunit/es6/debug-stepnext-for.js [modify] http://crrev.com/a8a4c364c2ad4c1e5f4c6e1f1580d75ff1a35a4f/test/mjsunit/mjsunit.status
--You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
