Create a LoggingController that shows all the commands sent and received.
[macgdbp.git] / Source / DebuggerConnection.h
2010-03-29 Robert SesekCreate a LoggingController that shows all the commands...
2010-03-27 Robert SesekRemove two obsolete methods: |-[DebuggerConnection...
2010-03-27 Robert SesekRewrite |-[DebuggerConnection getProperty:]| to be...
2010-03-27 Robert SesekRename GDBpConnection to DebuggerConnection. Also organ...
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-12 Robert SesekFixing a bug where if the register depth was too deep...
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-02 Robert SesekAdding support to actually set breakpoints on the debug...
2008-01-09 Robert SesekThe reconnect functionality now works
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-05 Robert SesekRemoving the notification-delegate system that SocketWr...
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-11 Robert SesekWe previously were leaking all over the place due to...
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 SesekWe now get the property when we go past the currently...
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-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 SesekForgot to rename socket in DebuggerConnection.h
2007-08-03 Robert SesekCleaning up and removing remnance of the notification...
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...