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

Issue 15685010: Find breakpoint by PC rather than source position when clearing breakpoint (Closed)

Created:
7 years, 7 months ago by Peter.Rybin
Modified:
7 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Find breakpoint by PC rather than source position when clearing breakpoint Current approach is to find breakpoint by the statement position that was used when setting breakpoint. This doesn't work when setting breakpoint by anything else but statement position. (Question: could PC of existing breakpoint change, for example because of recompilation, or this approach is safe) R=yangguo@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=15021

Patch Set 1 #

Patch Set 2 : plus one #

Patch Set 3 : fix method contract #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -6 lines) Patch
M src/debug.cc View 1 2 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Peter.Rybin
7 years, 6 months ago (2013-05-28 22:23:21 UTC) #1
Yang
On 2013/05/28 22:23:21, peter.rybin wrote: LGTM.
7 years, 6 months ago (2013-06-05 15:36:12 UTC) #2
Peter.Rybin
On 2013/06/05 15:36:12, Yang wrote: > On 2013/05/28 22:23:21, peter.rybin wrote: > > LGTM. Hi ...
7 years, 6 months ago (2013-06-07 11:36:11 UTC) #3
Peter.Rybin
7 years, 6 months ago (2013-06-09 20:10:35 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r15021.

Powered by Google App Engine
This is Rietveld 408576698