|
Cleanup the way the debugger stores live registers when entering at a break
The live registers are now only stored to the expression stack with the non pointer values being stored as smis (on the 32-bit platforms these values are assumed to be 31-bit max).
This makes the CEntryStub entry/exit code much simpler, and there is no longer any need for a mode (debug or normal) on it.
Fix a missing live register when breaking at ARM keyed load.
Committed: http://code.google.com/p/v8/source/detail?r=5358
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+259 lines, -521 lines) |
Patch |
|
M |
src/arm/code-stubs-arm.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/arm/debug-arm.cc
|
View
|
1
|
9 chunks |
+52 lines, -36 lines |
0 comments
|
Download
|
|
M |
src/arm/frames-arm.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
src/arm/frames-arm.cc
|
View
|
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/arm/macro-assembler-arm.h
|
View
|
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/arm/macro-assembler-arm.cc
|
View
|
|
4 chunks |
+3 lines, -83 lines |
0 comments
|
Download
|
|
M |
src/codegen.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
|
M |
src/codegen.cc
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/debug.h
|
View
|
|
5 chunks |
+2 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/frames.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/code-stubs-ia32.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/ia32/debug-ia32.cc
|
View
|
1
|
12 chunks |
+53 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/ia32/frames-ia32.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.h
|
View
|
|
3 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.cc
|
View
|
1
|
6 chunks |
+12 lines, -112 lines |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/x64/code-stubs-x64.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/x64/debug-x64.cc
|
View
|
1
|
12 chunks |
+58 lines, -29 lines |
0 comments
|
Download
|
|
M |
src/x64/frames-x64.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.h
|
View
|
|
3 chunks |
+5 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.cc
|
View
|
|
5 chunks |
+11 lines, -123 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.status
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-debug.cc
|
View
|
1
|
2 chunks |
+35 lines, -1 line |
0 comments
|
Download
|
|
|
test/cctest/test-serialize.cc
|
View
|
|
3 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|