Bump project version to 212.1.
[macgdbp.git] / Source / BreakpointManager.m
2019-12-15 Robert SesekThe BreakpointManager does not need to know about the UI.
2019-12-15 Robert SesekForce a re-serialization of Breakpoints on decode.
2019-12-15 Robert SesekRevert "For file/line breakpoints, create secure bookma...
2019-12-07 Robert SesekFix removing breakpoints.
2019-12-07 Robert SesekFor file/line breakpoints, create secure bookmarks...
2019-09-13 Robert SesekConvert the entire project to ARC.
2016-12-06 Robert SesekAdd support for call breakpoints to BreakpointManager.
2016-12-04 Robert SesekMake BreakpointManager a property of DebuggerModel...
2016-12-04 Robert SesekRemove the dedicated Breakpoints source view.
2016-12-02 Robert SesekMake BSSourceView.markers be a set of line numbers...
2016-04-10 Robert SesekCreate string constants for all preference names.
2012-09-03 Sam FlemingFix Bug #236 which caused freeze on OS X 10.8
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.
2011-01-11 Robert SesekUpdate BreakpointManager.{h,m} with the correct types
2011-01-06 Robert SesekRevert "Add drag and drop for the table view."
2011-01-06 Robert SesekAdd drag and drop for the table view.
2011-01-06 Robert SesekHappy new year!
2010-10-31 Robert SesekTabs to spaces.
2010-02-16 Robert SesekHappy new year!
2009-05-16 Robert SesekMerge branch 'bug-157'
2009-05-16 Robert SesekMerge branch 'cosmetics'
2009-05-10 Robert SesekMake the asterisk attached to the type, rather than...
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...