Comment #7 on issue 4269 by [email protected]: Debug break points should not be implemented by patching ICs
https://code.google.com/p/v8/issues/detail?id=4269#c7
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/198c75f6cd3b7641ae422dacf837049f95c37e2f
commit 198c75f6cd3b7641ae422dacf837049f95c37e2f Author: yangguo <[email protected]> Date: Mon Jul 13 12:32:09 2015 Debugger: refactor reloc info. - split relocation info for debug break slots for - calls (with call arguments count as data) - construct calls - normal slots - renamed DEBUG_BREAK into DEBUGGER_STATEMENT - removed unused IC state for Debug stubs [email protected] BUG=v8:4269 LOG=N Review URL: https://codereview.chromium.org/1232803002 Cr-Commit-Position: refs/heads/master@{#29603}[modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/arm/macro-assembler-arm.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/arm64/assembler-arm64.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/arm64/debug-arm64.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/arm64/macro-assembler-arm64.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/assembler.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/assembler.h [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/builtins.h [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/debug.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/debug.h [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/heap/mark-compact.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/heap/objects-visiting-inl.h [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/ia32/assembler-ia32-inl.h [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/ia32/assembler-ia32.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/ia32/macro-assembler-ia32.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/mips/assembler-mips.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/mips/macro-assembler-mips.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/mips64/assembler-mips64.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/mips64/macro-assembler-mips64.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/objects.h [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/ppc/macro-assembler-ppc.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/x64/macro-assembler-x64.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/x87/assembler-x87-inl.h [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/x87/assembler-x87.cc [modify] http://crrev.com/198c75f6cd3b7641ae422dacf837049f95c37e2f/src/x87/macro-assembler-x87.cc
--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.
