Happy new year! Bump copyright.
[macgdbp.git] / Source / DebuggerController.m
2009-01-22 Robert SesekHappy new year! Bump copyright.
2009-01-22 Robert SesekHighlighting of the currently debugged file will now...
2009-01-22 Robert SesekMerge branch 'refactoring'
2008-12-02 Robert SesekRenaming registers to variables
2008-12-01 Robert SesekWe need to keep variables expanded across changing...
2008-12-01 Robert SesekFix a couple display issues and a crash
2008-12-01 Robert SesekRemove -[DebuggerController setStatus:]
2008-12-01 Robert SesekUse automatic validation of UI items for the toolbar...
2008-12-01 Robert SesekCall -[resetDisplays] when we reconnect
2008-12-01 Robert SesekRemove all references of the window controller from...
2008-12-01 Robert SesekCreate an error system that follows MVC
2008-12-01 Robert SesekRemove all of the old stack system
2008-12-01 Robert SesekUpdate the bindings for the stack viewer to use our...
2008-12-01 Robert SesekWe need to pop the stack twice when stepOut is called
2008-12-01 Robert SesekStart using our new StackFrame and StackController...
2008-12-01 Robert SesekRefactor the DebuggerController's "stackController...
2008-10-13 Robert SesekHave the debugger and breakpoints windows remember...
2008-07-15 Robert SesekFixing a memory leak
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController