* MacGDBp.xcodeproj: Change the C mode to be C99
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Aug 2007 06:27:02 +0000 (23:27 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 2 Aug 2007 06:27:02 +0000 (23:27 -0700)
commit62c09c6a21b1d539a8cc515f6f2aa768e6023df7
treecf1a311b17d9f1f94033f824310153a3cd1295ab
parent2fbdcb23ae7a9f95cee9e80f161ea6847fe0ef6c
* MacGDBp.xcodeproj: Change the C mode to be C99
* Source/DebuggerConnection.m:
([DebuggerConnection initWithPort:]): If the result of init'ing a SocketWrapper is nil, throw an "error"
* Source/SocketWrapper:
([SocketWrapper receive]): New method. Used to fetch a string from a socket
([SocketWrapper send:]): New method. Used to write to a socket
MacGDBp.xcodeproj/project.pbxproj
Source/DebuggerConnection.m
Source/SocketWrapper.h
Source/SocketWrapper.m