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

Issue 265713006: Fiddle with breakpoint resolution (Closed)

Created:
6 years, 7 months ago by hausner
Modified:
6 years, 7 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, messick, ricow1
Visibility:
Public.

Description

Fiddle with breakpoint resolution CL https://codereview.chromium.org/233973003 fixed resolving breakpoints in code that was out of order from a compiled code address perspective, but it introduced a regression. It was no longer possible to set a breakpoint on a line that has no executable code, for example the function header. This change fixes that, and hopefully doesn’t cause any other undesirable surprises in breakpoint setting. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=35749

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M runtime/vm/debugger.cc View 1 chunk +5 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
hausner
6 years, 7 months ago (2014-05-02 00:01:53 UTC) #1
Ivan Posva
-Ivan https://codereview.chromium.org/265713006/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/265713006/diff/1/runtime/vm/debugger.cc#newcode1550 runtime/vm/debugger.cc:1550: if (last_token_pos < func.end_token_pos()) { This looks a ...
6 years, 7 months ago (2014-05-02 04:58:56 UTC) #2
Ivan Posva
LGTM -ip
6 years, 7 months ago (2014-05-05 17:20:42 UTC) #3
hausner
6 years, 7 months ago (2014-05-05 17:28:52 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r35749 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698