Have the debugger and breakpoints windows remember their size and location
[macgdbp.git] / Source /
2007-08-03 Robert SesekAdding a method to handle getting the stack trace
2007-08-03 Robert SesekFixing an NSException that was being raised when we...
2007-08-03 Robert SesekImplementing the "Step In" command
2007-08-03 Robert SesekAdding functionality to get the IP address of the remot...
2007-08-03 Robert SesekAdding support for the "run" command and acutally using...
2007-08-03 Robert SesekMoving some of the internal methods that were mistakenl...
2007-08-03 Robert SesekMaking the status text portray the actual status of...
2007-08-03 Robert SesekAny time we post a NsockError notifiation, we should...
2007-08-03 Robert SesekAdding support for error viewing on the Debugger window...
2007-08-03 Robert SesekAdding a selector argument to receive: so that the...
2007-08-03 Robert SesekImplementing the new delegate system throughout SocketW...
2007-08-03 Robert SesekFinally settled on a delegate/notification system combi...
2007-08-03 Robert SesekThreads can't communicate with each other and call...
2007-08-03 Robert SesekStarting to thread-ify SocketWrapper class.
2007-08-03 Robert SesekForgot to rename socket in DebuggerConnection.h
2007-08-03 Robert SesekCleaning up and removing remnance of the notification...
2007-08-03 Robert SesekImproving the efficiency of [SocketWrapper receive]
2007-08-03 Robert SesekDelegate methods work far better than notifications...
2007-08-03 Robert SesekUsing NSNotification to pass messages around upon event...
2007-08-02 Robert Sesek* Source/SocketWrapper.m: Include <unistd.h> to remove...
2007-08-02 Robert Sesek* Source/SocketWrapper.m:
2007-08-02 Robert Sesek* Source/SocketWrapper.m:
2007-08-02 Robert Sesek* MacGDBp.xcodeproj: Change the C mode to be C99
2007-08-02 Robert SesekRemoving all information about specifying a host becaus...
2007-08-02 Robert SesekChanging from using NSStream which didn't actually...
2007-08-01 Robert SesekAdding a stream handler function that should be able...
2007-08-01 Robert Sesek* Source/DebuggerConnection.h: Added _input and _output...
2007-08-01 Robert Sesek* Source/DebuggerConnection: Adding getters for _host...
2007-08-01 Robert Sesek* Source/AppDelegate.m:
2007-08-01 Robert Sesek* Source/AppDelegate:
2007-08-01 Robert Sesek* Source/ConnectWindowController.h: Adding outlets...
2007-08-01 Robert Sesek* English.lproj/Connect.nib: Setting the File's Owner...
2007-08-01 Robert Sesek- Adding a .gitignore to hide the nib backup files