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

Issue 545263002: Add ActivationFrame_GetFramePointer method and test. (Closed)

Created:
6 years, 3 months ago by Jacob
Modified:
6 years, 3 months ago
Reviewers:
hausner, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add ActivationFrame_GetFramePointer method and test. BUG= R=asiva@google.com, hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=40171

Patch Set 1 : #

Total comments: 4

Patch Set 2 : ptal #

Total comments: 2

Patch Set 3 : removed comment that out parameter can be null #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -0 lines) Patch
M runtime/include/dart_debugger_api.h View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl_test.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Jacob
6 years, 3 months ago (2014-09-05 17:47:17 UTC) #4
hausner
LGTM but the masking of bits in V8 is not playing well with this change. ...
6 years, 3 months ago (2014-09-05 19:16:59 UTC) #5
Jacob
ptal https://codereview.chromium.org/545263002/diff/40001/runtime/vm/debugger_api_impl.cc File runtime/vm/debugger_api_impl.cc (right): https://codereview.chromium.org/545263002/diff/40001/runtime/vm/debugger_api_impl.cc#newcode319 runtime/vm/debugger_api_impl.cc:319: *frame_pointer = static_cast<uintptr_t>(frame->fp()); On 2014/09/05 19:16:59, hausner wrote: ...
6 years, 3 months ago (2014-09-05 20:12:25 UTC) #6
siva
lgtm https://codereview.chromium.org/545263002/diff/50001/runtime/include/dart_debugger_api.h File runtime/include/dart_debugger_api.h (right): https://codereview.chromium.org/545263002/diff/50001/runtime/include/dart_debugger_api.h#newcode470 runtime/include/dart_debugger_api.h:470: * Any of the out parameters above may ...
6 years, 3 months ago (2014-09-09 00:50:49 UTC) #7
Jacob
https://codereview.chromium.org/545263002/diff/50001/runtime/include/dart_debugger_api.h File runtime/include/dart_debugger_api.h (right): https://codereview.chromium.org/545263002/diff/50001/runtime/include/dart_debugger_api.h#newcode470 runtime/include/dart_debugger_api.h:470: * Any of the out parameters above may be ...
6 years, 3 months ago (2014-09-10 18:02:56 UTC) #8
Jacob
6 years, 3 months ago (2014-09-11 18:17:08 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:70001) manually as 40171 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698