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

Issue 2523053002: Implement rewind: drop one or more frames from the debugger. (Closed)

Created:
4 years, 1 month ago by turnidge
Modified:
4 years, 1 month ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, rmacnak, Cutch, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement rewind: drop one or more frames from the debugger. Not yet implemented on dbc. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/af1875be910a24f34f1983b314f45c1ecd8097ad

Patch Set 1 #

Total comments: 8

Patch Set 2 : minor edits #

Patch Set 3 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1000 lines, -182 lines) Patch
M runtime/observatory/lib/src/elements/debugger.dart View 1 2 11 chunks +95 lines, -29 lines 0 comments Download
M runtime/observatory/lib/src/service/object.dart View 1 2 4 chunks +7 lines, -3 lines 0 comments Download
M runtime/observatory/tests/service/pause_idle_isolate_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/observatory/tests/service/pause_on_start_and_exit_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/observatory/tests/service/pause_on_start_then_step_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
A runtime/observatory/tests/service/rewind_optimized_out_test.dart View 1 chunk +86 lines, -0 lines 0 comments Download
A runtime/observatory/tests/service/rewind_test.dart View 1 chunk +173 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/service.status View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/service_test_common.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/set_vm_name_rpc_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/observatory/tests/service/step_over_await_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 14 chunks +31 lines, -56 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/dart_entry.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/debugger.h View 6 chunks +33 lines, -7 lines 0 comments Download
M runtime/vm/debugger.cc View 1 2 13 chunks +305 lines, -18 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/exceptions.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/exceptions.cc View 4 chunks +16 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/json_stream.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/json_stream.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/runtime_entry_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/service.cc View 2 chunks +50 lines, -24 lines 0 comments Download
M runtime/vm/simulator_dbc.cc View 1 chunk +13 lines, -2 lines 0 comments Download
M runtime/vm/stub_code.h View 3 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 3 chunks +28 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 3 chunks +28 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_dbc.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 4 chunks +22 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 3 chunks +28 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 3 chunks +27 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
turnidge
4 years, 1 month ago (2016-11-22 22:13:56 UTC) #2
Cutch
LGTM wC https://codereview.chromium.org/2523053002/diff/1/runtime/observatory/lib/src/elements/debugger.dart File runtime/observatory/lib/src/elements/debugger.dart (right): https://codereview.chromium.org/2523053002/diff/1/runtime/observatory/lib/src/elements/debugger.dart#newcode2346 runtime/observatory/lib/src/elements/debugger.dart:2346: List frameElements = _frameList.children; can we not ...
4 years, 1 month ago (2016-11-22 22:27:51 UTC) #3
turnidge
https://codereview.chromium.org/2523053002/diff/1/runtime/observatory/lib/src/elements/debugger.dart File runtime/observatory/lib/src/elements/debugger.dart (right): https://codereview.chromium.org/2523053002/diff/1/runtime/observatory/lib/src/elements/debugger.dart#newcode2346 runtime/observatory/lib/src/elements/debugger.dart:2346: List frameElements = _frameList.children; On 2016/11/22 22:27:50, Cutch wrote: ...
4 years, 1 month ago (2016-11-22 22:54:06 UTC) #4
Cutch
lgtm
4 years, 1 month ago (2016-11-22 22:54:39 UTC) #5
turnidge
4 years, 1 month ago (2016-11-22 23:26:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
af1875be910a24f34f1983b314f45c1ecd8097ad (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698