Bump project version to 212.1.
[macgdbp.git] / Source / DebuggerController.m
2022-02-26 Robert SesekConstrain the size of the debugger split views.
2022-01-02 Robert SesekClear the marked line when updating the source view...
2020-04-12 Robert SesekMove the generation of recursive value descriptions...
2020-04-12 Robert SesekExpand variables after an outline view item expands.
2020-04-12 Robert SesekFix not consistently scrolling to the active line.
2020-04-12 Robert SesekFix unreliable variable expansion after debugger steps.
2020-04-12 Robert SesekFix a crash when changing stack frames after disconnecting.
2019-12-15 Robert SesekTurn off the App Sandbox for now.
2019-12-15 Robert SesekShow the FileAccessController when reading a source...
2019-09-13 Robert SesekConvert the entire project to ARC.
2019-09-11 Robert SesekPut the listening port information into the status...
2019-09-11 Robert SesekUse a small toolbar, and stop putting the port in the...
2019-09-03 Robert SesekIncrease the width of the segmented control, to hide...
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 SesekFix memory problems found by the analyzer.
2019-09-02 Robert SesekRefactor some of DebuggerController's ivars.
2019-09-02 Robert SesekRemove unused -[DebuggerController resetDisplays].
2016-12-06 Robert SesekAdd support for call breakpoints to BreakpointManager.
2016-12-05 Robert SesekMove the status into the toolbar, and remove it from...
2016-12-05 Robert SesekFix up Eval after moving it into the debugger.
2016-12-05 Robert SesekStore the last-used debugger segment in prefs.
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-08-05 Robert SesekMove the Eval window into a tabbed section.
2016-08-04 Robert SesekCall -[DebuggerController updateSegmentControl] when...
2016-08-04 Robert SesekMove Breakpoints from a window to a view in the main...
2016-08-04 Robert SesekAdd a tab view and segmented control for selection...
2016-04-10 John CookReplace explicit |-display| with |-setNeedsDisplay...
2016-04-10 Robert SesekCreate string constants for all preference names.
2016-01-31 John CookIn -[DebuggerController debuggerConnected] clear out...
2015-12-07 Robert SesekMerge branch 'debugger-back-end'
2015-12-07 Robert SesekSome final header nits. debugger-back-end
2015-12-07 Robert SesekInject autoAttach into DebuggerBackEnd's designated...
2015-12-07 Robert SesekRemove -[DebuggerBackEnd isConnected].
2015-12-07 Robert SesekRemove DebuggerBackEndDelegate.
2015-12-07 Robert SesekRemove -[DebuggerBackEndDelegate errorEncountered:].
2015-12-02 Robert SesekRemove -[DebuggerBackEndDelegate sourceUpdated:].
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 SesekEnsure that stack frames are loaded when the array...
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-11 Robert SesekClean up EvalController by using a callback in -[Debugg...
2015-10-11 Robert SesekClean up DebuggerBackEnd and move all the ivars into...
2015-10-10 Robert SesekRefactor -[DebuggerController fetchChildProperties:].
2011-05-01 Robert SesekMerge branch 'eval-sheet'
2011-05-01 Robert SesekOnly enable the Eval window button if connected to...
2011-05-01 Robert SesekAdd |-[DebuggerBackEndDelegate scriptWasEvaluatedWithRe...
2011-05-01 Robert SesekHook up the EvalController and modal interface via...
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-02-19 Robert SesekMove dealing with the socket into NetworkCallbackContro...
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.
2011-01-11 Robert SesekCorrect types in DebuggerController.m
2011-01-06 Robert SesekDon't use [connection attached] as a condition on which...
2011-01-06 Robert SesekHappy new year!
2011-01-05 Robert SesekAdd a "stop" button to the toolbar that detaches the...
2010-12-24 Robert SesekAdd a hack to get |-expandVariables| working.
2010-12-18 Robert SesekRenaming because there's too many Debugger* classes
2010-12-18 Robert SesekMerge -[DebuggerController startDebugger] and |-debugge...
2010-12-17 Robert SesekRemove the remote host from the title.
2010-12-16 Robert SesekIn -[DebuggerController debuggerConnected], do not...
2010-12-16 Robert Sesek* Store the DebuggerAttached value in the preferences
2010-12-16 Robert Sesek* Remove the AutoReconnect preference item now that...
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 SesekTry to make socket reuse more robust. It isn't working.
2010-10-31 Robert SesekSwitch to using VariableNode in the interface. Reduce...
2010-10-31 Robert SesekRemove the pending property after it is received.
2010-10-31 Robert SesekInitial work to get properties loading asynchronously...
2010-10-31 Robert SesekTabs to spaces.
2010-06-19 Robert SesekLazily load the complete stack frame for anything but...
2010-05-31 Robert SesekRename DebuggerConnection to DebuggerProcessor in prepa...
2010-03-29 Robert SesekCreate a LoggingController that shows all the commands...
2010-03-27 Robert SesekRemove two obsolete methods: |-[DebuggerConnection...
2010-03-27 Robert SesekRewrite |-[DebuggerConnection getProperty:]| to be...
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-21 Robert SesekReceive contexts and then request their variables;...
2010-02-16 Robert SesekHappy new year!
2010-02-01 Robert SesekRemove IDE key preference because this is a property...
2010-02-01 Robert SesekRemove the |session| ivar from GDBpConnection. Use...
2009-07-22 Robert SesekIn |-debuggerDisconnected|, unmark the program counter...
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-17 Robert SesekDon't try to manage the stack using internal state...
2009-05-17 Robert SesekAdd a preference to disable automatic step-in upon...
2009-05-16 Robert SesekMerge branch 'bug-157'
2009-05-16 Robert SesekMerge branch 'cosmetics'
2009-05-16 Robert SesekFactored out the stack reloading code
2009-05-10 Robert SesekMake the asterisk attached to the type, rather than...
2009-05-10 Robert SesekFix the run command by having it obliterate the current...
2009-05-04 Robert SesekSet the SourceView.file to nil and tell the stack NSArr...
2009-04-04 Robert SesekBefore setting selectedVariable, we need to make sure...
2009-04-04 Robert SesekRetain the selection in the variable list when stepping...
2009-04-02 Robert SesekNot all breakpoint markers would be displayed in the...
2009-04-02 Robert SesekHave the inspector remember its visibility
next