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

Issue 27226004: Allow access to context variables in optimized/inlined frames. (Closed)

Created:
7 years, 2 months ago by turnidge
Modified:
7 years, 2 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Allow access to context variables in optimized/inlined frames. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=28669

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -29 lines) Patch
M runtime/vm/debugger.h View 1 4 chunks +6 lines, -8 lines 0 comments Download
M runtime/vm/debugger.cc View 1 11 chunks +39 lines, -19 lines 0 comments Download
M runtime/vm/debugger_api_impl_test.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
turnidge
7 years, 2 months ago (2013-10-14 21:07:58 UTC) #1
siva
lgtm https://chromiumcodereview.appspot.com/27226004/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://chromiumcodereview.appspot.com/27226004/diff/1/runtime/vm/debugger.cc#newcode1046 runtime/vm/debugger.cc:1046: ASSERT((callee_activation != NULL) || !entry_ctx.IsNull()); The two asserts ...
7 years, 2 months ago (2013-10-15 17:39:12 UTC) #2
turnidge
https://chromiumcodereview.appspot.com/27226004/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://chromiumcodereview.appspot.com/27226004/diff/1/runtime/vm/debugger.cc#newcode1046 runtime/vm/debugger.cc:1046: ASSERT((callee_activation != NULL) || !entry_ctx.IsNull()); On 2013/10/15 17:39:12, siva ...
7 years, 2 months ago (2013-10-15 18:07:28 UTC) #3
turnidge
7 years, 2 months ago (2013-10-15 18:17:41 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r28669 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698