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

Issue 11926026: Add function for one-time stop at function entry (Closed)

Created:
7 years, 11 months ago by hausner
Modified:
7 years, 11 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add function for one-time stop at function entry Adds function Dart_OneTimeBreakAtEntry() Used by debugger clients to stop at the beginning of the program without setting a user-visible breakpoint. Committed: https://code.google.com/p/dart/source/detail?r=17332

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -6 lines) Patch
M runtime/bin/main.cc View 1 chunk +1 line, -3 lines 0 comments Download
M runtime/include/dart_debugger_api.h View 2 chunks +18 lines, -3 lines 0 comments Download
M runtime/vm/debugger.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/debugger.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
hausner
7 years, 11 months ago (2013-01-18 23:32:23 UTC) #1
srdjan
7 years, 11 months ago (2013-01-18 23:46:09 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698