|
|
Make safe points in generated code invisible to the debugger
- remove some PC descriptors that are part of implicit, synthesized
code, e.g. generated null checks in == methods, implicit constructors,
implicitly generated code in user constructors, etc.
- ignore single step callbacks on PC descriptors that are part of
synthesized code.
R=regis@google.com
Committed: https://code.google.com/p/dart/source/detail?r=31966
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+107 lines, -71 lines) |
Patch |
 |
M |
runtime/vm/debugger.cc
|
View
|
|
6 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/debugger_api_impl_test.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_builder.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_arm.cc
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_ia32.cc
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_mips.cc
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
|
13 chunks |
+50 lines, -36 lines |
4 comments
|
Download
|
Total messages: 4 (0 generated)
|