Rewrite DebuggerConnection's packet handling sytem. The initial version failed
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 21 Apr 2010 04:16:49 +0000 (00:16 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 21 Apr 2010 04:16:49 +0000 (00:16 -0400)
commitda222352ba388d6680e1e0fae3ef6f338813eb27
tree242ce7ed7a2f6e3518b3a3da8db056b6b8875495
parent9e4150b5b9b8807ddebd0d6cbd1311954f6aaf0f
Rewrite DebuggerConnection's packet handling sytem. The initial version failed
to account for multiple packets in the same stream read.

* Rewrite |-readStreamHasData| to just parse out string packets
* Created |-handlePacket:| to perform the XML parsing and dispatching
Source/DebuggerConnection.m