Do away with the concept of "reconnect" and use a checbox for attached/detached state.
[macgdbp.git] / Source / DebuggerConnection.h
2010-12-16 Robert SesekDo away with the concept of "reconnect" and use a checb...
2010-10-31 Robert SesekDo not ever close the socket until we are definitely...
2010-10-31 Robert SesekAdd a quit source to the DebuggerConnection's run loop...
2010-10-31 Robert SesekStop crashing with EXC_BAD_ACCESS when expanding proper...
2010-10-31 Robert SesekTabs to spaces.
2010-10-31 Robert SesekBegin making DebuggerConnection more threadsafe.
2010-06-01 Robert SesekRe-organize DebuggerConnection to give it some shape...
2010-06-01 Robert SesekMake DebuggerConnection work on a separate thread.
2010-06-01 Robert SesekMove the callTable back into DebuggerProcessor.
2010-06-01 Robert SesekFinished enough of the basic refactoring to get things...
2010-05-31 Robert SesekAdd a new DebuggerConnection that separates out the...
2010-05-31 Robert SesekRename DebuggerConnection to DebuggerProcessor in prepa...
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...