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

Issue 11026011: Add isolate event handler setup in order to be able to propagate isolate (Closed)

Created:
8 years, 2 months ago by siva
Modified:
8 years, 2 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org, keertip, devoncarew
Visibility:
Public.

Description

Add isolate event handler setup in order to be able to propagate isolate events (create/shutdown/interrupted) Committed: https://code.google.com/p/dart/source/detail?r=13130

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -46 lines) Patch
M bin/dbg_connection.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M bin/dbg_connection.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M bin/main.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M include/dart_debugger_api.h View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M vm/code_generator.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M vm/debugger.h View 1 2 3 4 7 chunks +11 lines, -5 lines 0 comments Download
M vm/debugger.cc View 1 2 3 4 5 chunks +36 lines, -25 lines 0 comments Download
M vm/debugger_api_impl.cc View 1 2 3 4 3 chunks +17 lines, -10 lines 0 comments Download
M vm/isolate.cc View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
8 years, 2 months ago (2012-10-02 00:10:51 UTC) #1
hausner
lgtm https://chromiumcodereview.appspot.com/11026011/diff/12/vm/debugger.h File vm/debugger.h (right): https://chromiumcodereview.appspot.com/11026011/diff/12/vm/debugger.h#newcode276 vm/debugger.h:276: static void SignalIsolateEvent(EventType type); Maybe group this with ...
8 years, 2 months ago (2012-10-02 17:45:55 UTC) #2
siva
8 years, 2 months ago (2012-10-02 18:09:31 UTC) #3
https://chromiumcodereview.appspot.com/11026011/diff/12/vm/debugger.h
File vm/debugger.h (right):

https://chromiumcodereview.appspot.com/11026011/diff/12/vm/debugger.h#newcode276
vm/debugger.h:276: static void SignalIsolateEvent(EventType type);
On 2012/10/02 17:45:55, hausner wrote:
> Maybe group this with the other SignalXXX functions below?

Done.

Powered by Google App Engine
This is Rietveld 408576698