Bump project version to 212.1.
[macgdbp.git] / Source / DebuggerController.h
2022-02-26 Robert SesekConstrain the size of the debugger split views.
2019-09-13 Robert SesekConvert the entire project to ARC.
2019-09-02 Robert SesekRewire Debugger.xib to properties rather than ivars.
2019-09-02 Robert SesekConvert the remaining DebuggerController IBOutlets...
2019-09-02 Robert SesekRefactor some of DebuggerController's ivars.
2019-09-02 Robert SesekRemove unused -[DebuggerController resetDisplays].
2016-12-05 Robert SesekMove the status into the toolbar, and remove it from...
2016-08-04 Robert SesekAdd a tab view and segmented control for selection...
2015-12-07 Robert SesekMerge branch 'debugger-back-end'
2015-12-07 Robert SesekRemove DebuggerBackEndDelegate.
2015-12-02 Robert SesekRewrite variable and property loading.
2015-10-24 Robert SesekMerge branch 'message-queue' into debugger-back-end
2015-10-24 Robert SesekMove management of the stack to DebuggerModel.
2015-10-12 Robert SesekIntroduce DebuggerModel, which will be updated by the...
2015-10-10 Robert SesekRefactor -[DebuggerController fetchChildProperties:].
2013-06-16 Robert SesekSwitch to using the 10.8 SDK with a 10.5 deployment...
2011-05-01 Robert SesekMerge branch 'eval-sheet'
2011-05-01 Robert SesekHook up the EvalController and modal interface via...
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.
2011-01-06 Robert SesekHappy new year!
2011-01-05 Robert SesekAdd a "stop" button to the toolbar that detaches the...
2010-12-18 Robert SesekRenaming because there's too many Debugger* classes
2010-12-18 Robert SesekMerge -[DebuggerController startDebugger] and |-debugge...
2010-12-16 Robert Sesek* Store the DebuggerAttached value in the preferences
2010-12-16 Robert SesekDo away with the concept of "reconnect" and use a checb...
2010-11-22 Robert SesekUpdate the API for loading properties to just pass...
2010-10-31 Robert SesekSwitch to using VariableNode in the interface. Reduce...
2010-10-31 Robert SesekInitial work to get properties loading asynchronously...
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-21 Robert Sesek* Start plumbing data back to the UI now that we're...
2010-02-16 Robert SesekHappy new year!
2009-07-22 Robert SesekFix warnings about GDBpConnectionDelegate by including...
2009-07-22 Robert Sesek* Add a preference to automatically reconnect. Fixes...
2009-05-19 Robert SesekAdd a toolbar icon for the HUD window, which required...
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-04-04 Robert SesekRetain the selection in the variable list when stepping...
2009-04-02 Robert SesekAdd an item to the Window menu to allow the inspector...
2009-01-28 Robert SesekWhen the debugger connects, automatically step in to...
2009-01-22 Robert SesekHappy new year! Bump copyright.
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 SesekRemove -[DebuggerController setStatus:]
2008-12-01 Robert SesekUse automatic validation of UI items for the toolbar...
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 SesekStart using our new StackFrame and StackController...
2008-12-01 Robert SesekRefactor the DebuggerController's "stackController...
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController