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

Issue 10990089: First step towards support for being able to interrupt a running Dart 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

First step towards support for being able to interrupt a running Dart Isolate using the debugger API - restructure the debug connection handler code to allow a native thread to accept debug connections and read debug commands - added a new message queue data structure for being able to dispatch debug commands on a per isolate basis - add framework for generic commands and isolate specific commands. Committed: https://code.google.com/p/dart/source/detail?r=13186

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1434 lines, -944 lines) Patch
M runtime/bin/builtin_impl_sources.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/dbg_connection.h View 1 2 3 1 chunk +51 lines, -55 lines 0 comments Download
M runtime/bin/dbg_connection.cc View 1 2 3 7 chunks +195 lines, -882 lines 0 comments Download
M runtime/bin/dbg_connection_linux.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/bin/dbg_connection_macos.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A runtime/bin/dbg_message.h View 1 2 3 1 chunk +199 lines, -0 lines 0 comments Download
A runtime/bin/dbg_message.cc View 1 2 3 1 chunk +980 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
8 years, 2 months ago (2012-09-27 18:10:08 UTC) #1
hausner
I like the way the code has been refactored. Nice! LGTM with comment about message ...
8 years, 2 months ago (2012-09-28 17:03:01 UTC) #2
siva
Thanks. Good point about the message handling order. https://chromiumcodereview.appspot.com/10990089/diff/2003/runtime/bin/dbg_message.cc File runtime/bin/dbg_message.cc (right): https://chromiumcodereview.appspot.com/10990089/diff/2003/runtime/bin/dbg_message.cc#newcode794 runtime/bin/dbg_message.cc:794: msglist_ ...
8 years, 2 months ago (2012-09-28 23:32:29 UTC) #3
siva
8 years, 2 months ago (2012-10-03 01:24:05 UTC) #4
Synched up with top of tree and resolved conflicts.

Powered by Google App Engine
This is Rietveld 408576698