Do not apply JS_RETURN and DEBUG_BREAK_SLOT relocations on x64.
authorvegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 5 Aug 2010 13:38:27 +0000 (13:38 +0000)
committervegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 5 Aug 2010 13:38:27 +0000 (13:38 +0000)
commitbed254fac9189cbc91fb94bcc491d12eb8d81e7d
tree573e2cd3c2a5df8d476ec9d22d047ca8bba78898
parent31f3026b35e70d2ef95dab3099a7cbf8b0a67287
Do not apply JS_RETURN and DEBUG_BREAK_SLOT relocations on x64.

Improve tests for debug API to check behavior of JS_RETURN and DEBUG_BREAK_SLOT relocations.

Review URL: http://codereview.chromium.org/3058049

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5180 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/assembler-arm-inl.h
src/assembler.h
src/ia32/assembler-ia32-inl.h
src/x64/assembler-x64-inl.h
src/x64/assembler-x64.cc
test/cctest/test-debug.cc