Add a new DebuggerConnection that separates out the socket logic from the handling...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 31 May 2010 23:44:04 +0000 (19:44 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 31 May 2010 23:44:04 +0000 (19:44 -0400)
commita7dab683c254a2f3a56850efae853523f2360fd7
treef42e2a15ee70e042331a906626ef31987c141001
parent10c742c6fb0ef451f05c0557c8fb2c8e3619d5ef
Add a new DebuggerConnection that separates out the socket logic from the handling logic.

This compiles, but will most certainly not work. This is just the initial separation of
methods and ivars that needs to be rewired.
MacGDBp.xcodeproj/project.pbxproj
Source/DebuggerConnection.h [new file with mode: 0644]
Source/DebuggerConnection.m [new file with mode: 0644]
Source/DebuggerProcessor.h
Source/DebuggerProcessor.m