|
|
Debugger support to display global variables
- Add library id to ActivationFrame
- Add debugger function to get all global variables visible in
a library (including imported variables).
- Add LibraryPrefixIterator
- Fix Dart_GetLibraryImports
Committed: https://code.google.com/p/dart/source/detail?r=9121
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+203 lines, -40 lines) |
Patch |
 |
M |
runtime/bin/dbg_connection.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/dbg_connection.cc
|
View
|
1
|
4 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/include/dart_debugger_api.h
|
View
|
1
|
3 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/debugger.h
|
View
|
1
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/debugger.cc
|
View
|
1
|
3 chunks |
+54 lines, -8 lines |
4 comments
|
Download
|
 |
M |
runtime/vm/debugger_api_impl.cc
|
View
|
1
|
4 chunks |
+41 lines, -13 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/debugger_api_impl_test.cc
|
View
|
1
|
9 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
|
1 chunk |
+26 lines, -0 lines |
1 comment
|
Download
|
 |
M |
tools/ddbg.dart
|
View
|
1
|
4 chunks |
+16 lines, -2 lines |
1 comment
|
Download
|
Total messages: 6 (0 generated)
|