Merge branch 'leopard'
[macgdbp.git] / Source / DebuggerWindowController.m
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-06 Robert SesekThe registers now have memory and stay expanded
2008-01-06 Robert SesekWe now properly fetch registers who need to have more...
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 SesekInstead of storing the pionter to the expanded item...
2008-01-04 Robert SesekReworking the code to use NSTreeNode instead of the...
2008-01-04 Robert SesekRenaming the status ivar to be statusmsg so that -...
2008-01-04 Robert SesekRefactoring _reconnectButton
2008-01-04 Robert SesekRefactoring _runButton
2008-01-04 Robert SesekRefactoring _stepOutButton
2008-01-04 Robert SesekRefactoring _stepOverButton
2008-01-04 Robert SesekRefactoring _stepInButton
2008-01-04 Robert SesekRefactoring _sourceViewerScroller
2008-01-04 Robert SesekRefactoring _sourceViewer
2008-01-04 Robert SesekRefactoring _error
2008-01-04 Robert SesekRefactoring _status
2008-01-04 Robert SesekRefactoring _expandedRegisters
2008-01-04 Robert SesekRefactoring _registerView
2008-01-04 Robert SesekRefactoring _registerController
2008-01-04 Robert SesekRefactoring _stack
2008-01-04 Robert SesekRefactoring _stackController
2008-01-04 Robert SesekRefactoring _connection ivar
2008-01-04 Robert SesekReverting portion of 48022096ee56de046900df9d3fedafe3e6...
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...
2008-01-04 Robert SesekAdd some test code to see how Leopard behaves
2007-08-25 Robert SesekRemoving another NSLog when the stack's selection changes
2007-08-11 Robert SesekRenaming the "Refresh" butto to be "Re-Connect" and...
2007-08-11 Robert SesekWe previously were leaking all over the place due to...
2007-08-06 Robert SesekWe now remember which items in the register have been...
2007-08-05 Robert SesekWorking around an extremely annoying apple bug in NSTre...
2007-08-05 Robert SesekMaking the buttons change their enabled state depending...
2007-08-05 Robert SesekAdding an Apple radar number for where we have to use...
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-05 Robert SesekMoving the depth checker from NSXMLElementAdditions...
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 SesekFixing the updateSourceViewer function to not depend...
2007-08-04 Robert SesekScroll to the proper line in the source file and colori...
2007-08-04 Robert SesekCalling updateSourceViewer: on selection change isn...
2007-08-04 Robert SesekStyling the NSTextView source viewer to be a fixed...
2007-08-04 Robert SesekStarting to implement the source viewer pane
2007-08-04 Robert SesekHooking up "Step Over" and "Step Out" buttons
2007-08-04 Robert SesekImplementing a buggy stack trace viewer.
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 SesekAdding support for error viewing on the Debugger window...
2007-08-02 Robert SesekRemoving all information about specifying a host becaus...
2007-08-01 Robert Sesek* Source/DebuggerConnection: Adding getters for _host...
2007-08-01 Robert Sesek* Source/ConnectWindowController.h: Adding outlets...