Changing from using NSStream which didn't actually work correctly to using a custom...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Aug 2007 04:43:47 +0000 (21:43 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Aug 2007 04:43:47 +0000 (21:43 -0700)
commitef0c707b066d5a80084068f66f45eecaf96c2467
tree7ec53830f5dff782a034b3e96aa3d1b849b0611b
parenta120cf997b81f9871171d863b10429434ec5eaf2
Changing from using NSStream which didn't actually work correctly to using a custom-rolled socket implementation

* Source/SocketWrapper.m/h: Adding to wrap around BSD sockets
* Source/DebuggerConnection.h: Removing _input and _output in favor of just socket
* Source/DebuggerConnection.m:
([DebuggerConnection initWithHost:port:session:]): Change from using NSStream and its variants to SocketWrapper
([DebuggerConnection stream:handleEvent:]): Removed
MacGDBp.xcodeproj/project.pbxproj
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/SocketWrapper.h [new file with mode: 0644]
Source/SocketWrapper.m [new file with mode: 0644]