Chromium Code Reviews
DescriptionImplement debugger connection on Windows.
This is a slightly cleaned up version of the code that Devon
created.
All of eventhandler and socket in bin is designed for async
communication only. Therefore, it does not make much sense
to use it for something as simple as this. I have put the
sync send and receive operations into DebuggerConnectionImpl
instead of attempting to use the async Socket::Read and
Socket::Write.
R=devoncarew@google.com,sgjesse@google.com,hausner@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=16336
Patch Set 1 #Patch Set 2 : Fix spacing #Patch Set 3 : Enable debugger test on Windows #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||