Happy new year! Bump copyright.
[macgdbp.git] / Source / BreakpointManager.m
2009-01-22 Robert SesekHappy new year! Bump copyright.
2008-08-20 Robert SesekFix a bug where breakpoints would be recreated exponent...
2008-08-01 Robert SesekKeep breakpoints in the preferences so they are restore...
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-14 CiarĂ¡n WalshA few miscellaneous memory management fixes
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-12 Robert SesekThe breakpoint manager now works -- breakpoints can...
2008-06-11 Robert SesekHave the BreakpointManager tell the DebuggerConnection...
2008-06-10 Robert SesekAdd a prop for DebuggerConnection and change the breakp...
2008-06-10 Robert SesekRewrite BreakpointManager to use NSArray instead a...
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-06-06 Robert SesekWe aren't going to store breakpoints in NSUserDefaults
2008-06-05 Robert SesekComment out the saving of breakpoints to NSUserDefaults...
2008-04-17 Robert SesekAdd an initial breakpoints manager window and save...
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-02 Robert SesekReturn the breakpoint when removing in BreakpointManager
2008-04-02 Robert SesekAdd support for removing a breakpoint
2008-04-02 Robert SesekAdding a new class called BreakpointManager so we don...