|
|
Support captured variables in debugger
- Add context level ranges to LocalVarDescriptors
- Add callee-saved context chain register to LocalVarDescriptors
- Add context level and context offset of captured variables
to LocalVarDescriptors
- Add context chain to ActivationFrame
- Add current context level to ActivationFrame
Committed: https://code.google.com/p/dart/source/detail?r=8863
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+362 lines, -143 lines) |
Patch |
 |
M |
runtime/vm/code_generator_ia32.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/compiler.cc
|
View
|
1
|
1 chunk |
+24 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/debugger.h
|
View
|
1
2
|
4 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/debugger.cc
|
View
|
1
|
7 chunks |
+189 lines, -59 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
|
1 chunk |
+9 lines, -29 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
1
2
|
1 chunk |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/scopes.h
|
View
|
1
|
5 chunks |
+19 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/scopes.cc
|
View
|
1
2
|
4 chunks |
+79 lines, -27 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|