Bump project version to 212.1.
[macgdbp.git] / Source / BreakpointManager.h
2019-12-07 Robert SesekFix removing breakpoints.
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-02 Robert SesekMake BSSourceView.markers be a set of line numbers...
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-01-11 Robert SesekUpdate BreakpointManager.{h,m} with the correct types
2011-01-06 Robert SesekHappy new year!
2010-12-18 Robert SesekRenaming because there's too many Debugger* classes
2010-10-31 Robert SesekTabs to spaces.
2010-05-31 Robert SesekRename DebuggerConnection to DebuggerProcessor in prepa...
2010-03-27 Robert SesekRename GDBpConnection to DebuggerConnection. Also organ...
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-01 Robert SesekKeep breakpoints in the preferences so they are restore...
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
2008-06-18 Robert SesekFix a few exceptions/warnings related to going no-gc
2008-06-18 Robert SesekMerge branch 'master' into no-gc
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-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...