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

Issue 149853004: Find all compiled copies of a function when setting breakpoint (Closed)

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

Description

Find all compiled copies of a function when setting breakpoint Fixes a bug where the debugger did not find a compiled implicit closure if the non-closureized version had not been compiled yet, thus failing to set a breakpoint. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=32165

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -52 lines) Patch
M runtime/vm/debugger.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/debugger.cc View 1 7 chunks +42 lines, -48 lines 0 comments Download
A tests/standalone/debugger/closure_bp_test.dart View 1 2 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
6 years, 10 months ago (2014-01-30 17:42:56 UTC) #1
regis
LGTM
6 years, 10 months ago (2014-01-30 17:48:45 UTC) #2
hausner
Thank you. Also added a test.
6 years, 10 months ago (2014-01-30 17:59:24 UTC) #3
hausner
6 years, 10 months ago (2014-01-30 18:08:06 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r32165 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698