Bump project version to 212.1.
[macgdbp.git] / Source / Breakpoint.m
2019-12-15 Robert SesekRevert "For file/line breakpoints, create secure bookma...
2019-12-07 Robert SesekFor file/line breakpoints, create secure bookmarks...
2019-09-13 Robert SesekConvert the entire project to ARC.
2019-09-11 Robert SesekRevert "Add support for function return breakpoints."
2019-09-11 Robert SesekAdd support for function return breakpoints.
2016-12-06 Robert SesekAdd support for call breakpoints to BreakpointManager.
2016-12-05 Robert SesekAdd UI for setting sybmolic breakpoints.
2016-12-05 Robert SesekRemove -[Breakpoint hash] and fix -isEqual:.
2016-12-04 Robert SesekAdd backend Breakpoint support for symbolic breakpoints.
2016-04-10 Robert SesekCreate string constants for all preference names.
2015-12-07 Robert SesekZero-warning build.
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-01-11 Robert SesekUpdate Breakpoint.{h,m} to use the right types and...
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-02-09 Robert SesekMerge branch 'path-replacement'
2009-02-06 Robert SesekAdd the actual path replacement procedure and flip...
2009-01-22 Robert SesekHappy new year! Bump copyright.
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-14 CiarĂ¡n WalshA few miscellaneous memory management fixes
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-06-06 Robert SesekAdding NSDictionary archiving and unarchiving abilities...
2008-04-17 Robert SesekTurning off GC and adding back manual memory management
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-02 Robert SesekAdding support to actually set breakpoints on the debug...
2008-04-02 Robert SesekInitial breakpoint adding code