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

Issue 9484002: StepOver, StepInto, StepOut (Closed)

Created:
8 years, 10 months ago by hausner
Modified:
8 years, 10 months ago
Reviewers:
CC:
reviews_dartlang.org
Visibility:
Public.

Description

StepOver, StepInto, StepOut This is a second changelist. The original was reviewed by regis@ http://codereview.chromium.org/9460012/ Implement single stepping in the debugger. - Add PC descriptors for function return - functions to set temporary breakpoints on all locations in a function. - patching/restoring of function return code pattern - determine call target of instance calls Committed: https://code.google.com/p/dart/source/detail?r=4639

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+829 lines, -136 lines) Patch
M runtime/include/dart_debugger_api.h View 1 chunk +27 lines, -0 lines 0 comments Download
M runtime/vm/code_generator.h View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/code_generator.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M runtime/vm/code_generator_ia32.h View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/code_generator_ia32.cc View 14 chunks +34 lines, -15 lines 0 comments Download
M runtime/vm/code_generator_x64.h View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/code_generator_x64.cc View 14 chunks +48 lines, -16 lines 0 comments Download
M runtime/vm/code_patcher_ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_patcher_x64.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/debugger.h View 8 chunks +41 lines, -2 lines 0 comments Download
M runtime/vm/debugger.cc View 11 chunks +189 lines, -47 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl_test.cc View 5 chunks +265 lines, -41 lines 0 comments Download
M runtime/vm/debugger_arm.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M runtime/vm/debugger_ia32.cc View 2 chunks +41 lines, -0 lines 0 comments Download
M runtime/vm/debugger_x64.cc View 2 chunks +56 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/opt_code_generator_ia32.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 2 chunks +27 lines, -1 line 0 comments Download
M runtime/vm/stub_code_x64.cc View 2 chunks +23 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698