Merge branch 'leopard'
[macgdbp.git] / Source / DebuggerConnection.m
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-05 Robert SesekRemoving the notification-delegate system that SocketWr...
2008-01-05 Robert SesekIn SocketWraper, don't use the notification posting...
2008-01-05 Robert SesekSynthesize new properties for class cross-referencing...
2008-01-05 Robert SesekHappy new year!
2008-01-05 Robert SesekUse garbage collection and add -[SocketWrapper close...
2008-01-05 Robert SesekMerge branch 'refactoring' into leopard
2008-01-05 Robert SesekFinish the refactoring in the previous commit and now...
2008-01-05 Robert SesekWe no longer use DebuggerConnection to manage the Debug...
2008-01-04 Robert SesekReworking the code to use NSTreeNode instead of the...
2008-01-04 Robert SesekFix some variable hiding that was caused by our refacto...
2008-01-04 Robert SesekUntested refactoring is the best! Renaming all of the...
2008-01-04 Robert SesekRemoving the extra spacing after colons in function...
2007-08-25 Robert SesekImproving the way we handle updating the stack and...
2007-08-25 Robert SesekRemoving the NSLog that was being called everytime...
2007-08-11 Robert SesekIn the dataReceived: method if an error is in the respo...
2007-08-11 Robert SesekChaning all the delivery methods to accept NSXMLDocumen...
2007-08-11 Robert SesekWe previously were leaking all over the place due to...
2007-08-05 Robert SesekWorking around an extremely annoying apple bug in NSTre...
2007-08-05 Robert SesekCasting to remove a warning
2007-08-05 Robert SesekAdding a method to check and see if the connection...
2007-08-05 Robert SesekThe depth fetching of child nodes now works and are...
2007-08-05 Robert SesekFixing a compiler error for a missing variable
2007-08-05 Robert SesekWe now get the property when we go past the currently...
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekTrying to get the register viewer to work
2007-08-04 Robert SesekForgot to change the instances of _createCommand to...
2007-08-04 Robert SesekCleaning up our use of private methods: Moving all...
2007-08-04 Robert SesekHooking up "Step Over" and "Step Out" buttons
2007-08-04 Robert SesekNow that we use NSData, it doesn't make sense to print...
2007-08-04 Robert SesekInstead of data received being an NSString, have it...
2007-08-04 Robert SesekRevert "Instead of directly calling stack_get, get...
2007-08-04 Robert SesekIn dataReceived:deliverTo: print out the data we receiv...
2007-08-04 Robert SesekInstead of directly calling stack_get, get the depth...
2007-08-04 Robert SesekAdding the sent data as the parameter to the dataSent...
2007-08-04 Robert SesekImplementing a buggy stack trace viewer.
2007-08-03 Robert SesekAdding a method to handle getting the stack trace
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 SesekMaking the status text portray the actual status of...
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 SesekCleaning up and removing remnance of the notification...
2007-08-03 Robert SesekUsing NSNotification to pass messages around upon event...
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/ConnectWindowController.h: Adding outlets...