Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Issue 1497033003: - Remove the legacy debug protocol. (Closed)

Created:
5 years ago by Ivan Posva
Modified:
5 years ago
Reviewers:
rmacnak, hausner
CC:
reviews_dartlang.org, ricow1, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -10025 lines) Patch
M runtime/bin/builtin_impl_sources.gypi View 1 chunk +0 lines, -11 lines 0 comments Download
D runtime/bin/dbg_connection.h View 1 chunk +0 lines, -127 lines 0 comments Download
D runtime/bin/dbg_connection.cc View 1 chunk +0 lines, -526 lines 0 comments Download
D runtime/bin/dbg_connection_android.h View 1 chunk +0 lines, -38 lines 0 comments Download
D runtime/bin/dbg_connection_android.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D runtime/bin/dbg_connection_linux.h View 1 chunk +0 lines, -38 lines 0 comments Download
D runtime/bin/dbg_connection_linux.cc View 1 chunk +0 lines, -130 lines 0 comments Download
D runtime/bin/dbg_connection_macos.h View 1 chunk +0 lines, -52 lines 0 comments Download
D runtime/bin/dbg_connection_macos.cc View 1 chunk +0 lines, -193 lines 0 comments Download
D runtime/bin/dbg_connection_win.h View 1 chunk +0 lines, -36 lines 0 comments Download
D runtime/bin/dbg_connection_win.cc View 1 chunk +0 lines, -109 lines 0 comments Download
D runtime/bin/dbg_message.h View 1 chunk +0 lines, -282 lines 0 comments Download
D runtime/bin/dbg_message.cc View 1 chunk +0 lines, -1431 lines 0 comments Download
M runtime/bin/main.cc View 17 chunks +18 lines, -107 lines 0 comments Download
M runtime/bin/process.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/bin/run_vm_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/include/dart_api.h View 2 chunks +4 lines, -20 lines 0 comments Download
D runtime/platform/json.h View 1 chunk +0 lines, -151 lines 0 comments Download
D runtime/platform/json.cc View 1 chunk +0 lines, -636 lines 0 comments Download
M runtime/platform/platform_headers.gypi View 1 chunk +1 line, -1 line 0 comments Download
M runtime/platform/platform_sources.gypi View 1 chunk +1 line, -1 line 0 comments Download
A runtime/platform/text_buffer.h View 1 chunk +45 lines, -0 lines 0 comments Download
A runtime/platform/text_buffer.cc View 1 chunk +157 lines, -0 lines 0 comments Download
M runtime/vm/dart.h View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/dart.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +9 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 6 chunks +21 lines, -143 lines 0 comments Download
M runtime/vm/debugger.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/debugger.cc View 10 chunks +19 lines, -25 lines 0 comments Download
M runtime/vm/isolate.h View 2 chunks +0 lines, -17 lines 0 comments Download
M runtime/vm/isolate.cc View 3 chunks +1 line, -12 lines 0 comments Download
M runtime/vm/json_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/json_test.cc View 2 chunks +1 line, -120 lines 0 comments Download
D tests/standalone/coverage_test.dart View 1 chunk +0 lines, -88 lines 0 comments Download
D tests/standalone/debugger/basic_debugger_test.dart View 1 1 chunk +0 lines, -55 lines 0 comments Download
D tests/standalone/debugger/break_at_equals_test.dart View 1 1 chunk +0 lines, -52 lines 0 comments Download
D tests/standalone/debugger/breakpoint_resolved_test.dart View 1 1 chunk +0 lines, -34 lines 0 comments Download
D tests/standalone/debugger/closure_bp_test.dart View 1 1 chunk +0 lines, -47 lines 0 comments Download
D tests/standalone/debugger/closure_debugger_test.dart View 1 1 chunk +0 lines, -65 lines 0 comments Download
D tests/standalone/debugger/debug_lib.dart View 1 1 chunk +0 lines, -749 lines 0 comments Download
D tests/standalone/debugger/deferred_code_lib.dart View 1 1 chunk +0 lines, -11 lines 0 comments Download
D tests/standalone/debugger/deferred_code_test.dart View 1 1 chunk +0 lines, -50 lines 0 comments Download
D tests/standalone/debugger/local_function_test.dart View 1 1 chunk +0 lines, -72 lines 0 comments Download
D tests/standalone/debugger/local_variables_test.dart View 1 1 chunk +0 lines, -77 lines 0 comments Download
D tests/standalone/debugger/mixin_closure_debugger_test.dart View 1 1 chunk +0 lines, -54 lines 0 comments Download
D tests/standalone/debugger/nosuchmethod_debugger_test.dart View 1 1 chunk +0 lines, -48 lines 0 comments Download
D tests/standalone/debugger/step_inout_test.dart View 1 1 chunk +0 lines, -35 lines 0 comments Download
D tests/standalone/debugger/stepping_test.dart View 1 1 chunk +0 lines, -31 lines 0 comments Download
D tests/standalone/debugger/tostring_throws_test.dart View 1 1 chunk +0 lines, -29 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 chunks +0 lines, -3 lines 0 comments Download
D tools/coverage.dart View 1 chunk +0 lines, -545 lines 0 comments Download
D tools/ddbg.dart View 1 1 chunk +0 lines, -1496 lines 0 comments Download
D tools/ddbg/lib/commando.dart View 1 1 chunk +0 lines, -731 lines 0 comments Download
D tools/ddbg/lib/terminfo.dart View 1 1 chunk +0 lines, -57 lines 0 comments Download
D tools/ddbg_service/HACKING.txt View 1 1 chunk +0 lines, -17 lines 0 comments Download
D tools/ddbg_service/bin/ddbg_service.dart View 1 1 chunk +0 lines, -34 lines 0 comments Download
D tools/ddbg_service/lib/commando.dart View 1 1 chunk +0 lines, -750 lines 0 comments Download
D tools/ddbg_service/lib/debugger.dart View 1 1 chunk +0 lines, -478 lines 0 comments Download
D tools/ddbg_service/lib/terminfo.dart View 1 1 chunk +0 lines, -59 lines 0 comments Download
D tools/ddbg_service/pubspec.yaml View 1 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Ivan Posva
5 years ago (2015-12-03 23:57:17 UTC) #2
hausner
LGTM. You should also remove: tools/ddbg.dart and the tools/ddbg subdirecory tests/standalone/debugger/* None of this code ...
5 years ago (2015-12-04 00:23:11 UTC) #3
rmacnak
https://codereview.chromium.org/1497033003/diff/1/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://codereview.chromium.org/1497033003/diff/1/runtime/vm/dart_api_impl_test.cc#newcode7080 runtime/vm/dart_api_impl_test.cc:7080: "void main(exception) {\n" bool throwException https://codereview.chromium.org/1497033003/diff/1/tests/standalone/coverage_test.dart File tests/standalone/coverage_test.dart (left): ...
5 years ago (2015-12-04 00:41:24 UTC) #4
Ivan Posva
https://codereview.chromium.org/1497033003/diff/1/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://codereview.chromium.org/1497033003/diff/1/runtime/vm/dart_api_impl_test.cc#newcode7080 runtime/vm/dart_api_impl_test.cc:7080: "void main(exception) {\n" On 2015/12/04 00:41:24, rmacnak wrote: > ...
5 years ago (2015-12-04 01:44:57 UTC) #5
Ivan Posva
5 years ago (2015-12-04 01:46:07 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
6249c2bcf3cb4a2241dd27caf087f07ea05147b3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698