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

Issue 14503003: Fix context-allocated variables in stack traces (Closed)

Created:
7 years, 8 months ago by hausner
Modified:
7 years, 8 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, Alan Knight
Visibility:
Public.

Description

Fix context-allocated variables in stack traces The debugger did not properly use saved contexts when collecting a stack trace. Committed: https://code.google.com/p/dart/source/detail?r=22070

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -11 lines) Patch
M runtime/vm/debugger.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/debugger.cc View 1 4 chunks +3 lines, -9 lines 0 comments Download
M runtime/vm/scopes.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
7 years, 8 months ago (2013-04-25 23:52:55 UTC) #1
siva
lgtm https://codereview.chromium.org/14503003/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/14503003/diff/1/runtime/vm/debugger.cc#newcode885 runtime/vm/debugger.cc:885: bool get_saved_context = false; The get_saved_context variable and ...
7 years, 8 months ago (2013-04-26 00:36:10 UTC) #2
hausner
Thank you. https://codereview.chromium.org/14503003/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/14503003/diff/1/runtime/vm/debugger.cc#newcode885 runtime/vm/debugger.cc:885: bool get_saved_context = false; Ah yes of ...
7 years, 8 months ago (2013-04-26 15:18:12 UTC) #3
hausner
7 years, 8 months ago (2013-04-26 15:27:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22070 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698