Rewrite variable and property loading.
[macgdbp.git] / Source / DebuggerBackEnd.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 SesekMove management of the stack to DebuggerModel.
2015-10-12 Robert SesekIntroduce DebuggerModel, which will be updated by the...
2015-10-11 Robert SesekRemove stackFirstTransactionID_ tracking from DebuggerB...
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 SesekRemove StackFrame.routingID.
2015-10-10 Robert SesekRemove the old callTable_ system from DebuggerBackEnd.
2015-10-10 Robert SesekRewrite stack building in DebuggerBackEnd.
2015-10-10 Robert SesekRefactor -[DebuggerController fetchChildProperties:].
2015-10-10 Robert SesekReplace -[ProtocolClient sendCustomCommandWithFormat...
2015-10-10 Robert SesekRewrite parts of DebuggerBackEnd to use the new block...
2015-10-10 Robert SesekAdd a block-based -sendCommand... variant to ProtocolCl...
2015-05-18 Robert SesekFix potential crash when detaching and reattaching.
2014-03-30 Robert SesekDo not double-percent-escape the filename.
2014-01-02 Robert SesekRemove the thin layer around ProtocolClient that is...
2011-05-30 Robert SesekRemove two manual invocations of |-debuggerDisconnected...
2011-05-30 Robert SesekRedo how socket shutdown works:
2011-05-01 Robert SesekGet the base64-decoded value of the when showing evalua...
2011-05-01 Robert SesekMerge branch 'eval-sheet'
2011-05-01 Robert SesekActually call the delegate method, which hooks everythi...
2011-05-01 Robert SesekAdd -[DebuggerBackEnd evalScript:] to send the command.
2011-02-26 Robert SesekWe need to set self.attached before referencing it.
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-02-26 Robert SesekClose and reopen the connection when toggling the attac...
2011-02-19 Robert SesekMove dealing with the socket into NetworkCallbackContro...
2011-01-06 Robert SesekThe attached state is now persisted to preferences.
2011-01-06 Robert SesekHandle sending the |detach| command when not attached...
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 SesekDon't fetch source in |-[DebuggerBackEnd loadStackFrame...
2010-12-18 Robert SesekRenaming because there's too many Debugger* classes