|
X64: Implement debugger hooks.
Debugger is now fully functional.
Fix difference in emitting statement positions to match ia32.
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+213 lines, -141 lines) |
Patch |
|
M |
src/arm/assembler-arm.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/debug.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/debug.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
2 comments
|
Download
|
|
M |
src/execution.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/assembler-ia32.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.h
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.cc
|
View
|
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64-inl.h
|
View
|
|
1 chunk |
+9 lines, -10 lines |
4 comments
|
Download
|
|
M |
src/x64/builtins-x64.cc
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/x64/cfg-x64.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
|
2 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/x64/debug-x64.cc
|
View
|
|
1 chunk |
+133 lines, -17 lines |
4 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.cc
|
View
|
|
4 chunks |
+4 lines, -7 lines |
2 comments
|
Download
|
|
M |
src/x64/virtual-frame-x64.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
2 comments
|
Download
|
|
M |
test/cctest/cctest.status
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-debug.cc
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/message/message.status
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/mjsunit.status
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|