Files
sdk/runtime/vm
hausner@google.com 95be46105a Beginnings of a debugger wire protocol
The debugger wire handler is implemented similarly to the io event handler.
A dedicated thread monitors the debugger port for incoming connection
requests. When a debugger is connected, the VM sends events messages
over the wire and handles debugger requests.

To start the VM with a debugger connection, use the option
--debug:<portnumber>. The VM pauses at the beginning of main()
and waits for a debugger to connect.

Subsequent changes will implement debugger commands one by one.
With this change, the VM only understands "resume" commands. 
Review URL: https://chromiumcodereview.appspot.com//10357003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7330 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-04 15:25:49 +00:00
..
2011-10-05 05:20:07 +00:00
2012-05-03 22:17:44 +00:00
2011-10-05 05:20:07 +00:00
2012-05-03 22:17:44 +00:00
2012-05-03 22:17:44 +00:00
2012-03-12 23:59:53 +00:00
2012-04-18 15:53:20 +00:00
2012-04-18 15:53:20 +00:00
2012-02-02 19:05:06 +00:00
2011-10-05 05:20:07 +00:00
2011-12-17 00:56:02 +00:00
2012-02-02 19:05:06 +00:00
2012-02-02 19:05:06 +00:00
2012-02-02 19:05:06 +00:00
2012-02-02 19:05:06 +00:00
2012-04-23 22:26:09 +00:00
2012-04-23 22:26:09 +00:00
2012-05-01 09:20:40 +00:00
2012-04-30 20:46:51 +00:00
2011-11-30 23:12:46 +00:00
2011-11-30 23:12:46 +00:00
2011-11-30 23:12:46 +00:00
2012-03-09 23:21:09 +00:00
2011-12-15 22:37:35 +00:00
2011-10-05 05:20:07 +00:00
2011-10-05 05:20:07 +00:00
2012-05-01 09:20:40 +00:00
2012-02-02 19:05:06 +00:00
2012-02-02 19:05:06 +00:00
2011-10-05 05:20:07 +00:00
2011-10-05 05:20:07 +00:00
2012-03-13 21:07:42 +00:00
2011-10-05 05:20:07 +00:00
2011-10-05 05:20:07 +00:00
2011-10-05 05:20:07 +00:00
2011-10-05 05:20:07 +00:00
2012-05-03 22:17:44 +00:00
2012-02-01 18:53:40 +00:00
2011-10-05 05:20:07 +00:00
2012-04-11 22:07:47 +00:00
2012-04-04 18:51:20 +00:00
2012-03-24 02:42:56 +00:00
2011-10-05 05:20:07 +00:00
2011-10-05 05:20:07 +00:00
2012-04-17 11:53:56 +00:00