Rewrite variable and property loading.
[macgdbp.git] / Source / DebuggerController.m
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
2009-04-02 Robert SesekAdd an item to the Window menu to allow the inspector...
2009-02-10 Robert SesekConvert the run command to use the StackFrame system
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 SesekHighlighting of the currently debugged file will now...
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 SesekFix a couple display issues and a crash
2008-12-01 Robert SesekRemove -[DebuggerController setStatus:]
2008-12-01 Robert SesekUse automatic validation of UI items for the toolbar...
2008-12-01 Robert SesekCall -[resetDisplays] when we reconnect
2008-12-01 Robert SesekRemove all references of the window controller from...
2008-12-01 Robert SesekCreate an error system that follows MVC
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 SesekWe need to pop the stack twice when stepOut is called
2008-12-01 Robert SesekStart using our new StackFrame and StackController...
2008-12-01 Robert SesekRefactor the DebuggerController's "stackController...
2008-10-13 Robert SesekHave the debugger and breakpoints windows remember...
2008-07-15 Robert SesekFixing a memory leak
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController