Bump project version to 212.1.
[macgdbp.git] / Source / DebuggerBackEnd.m
2020-04-12 Robert SesekFix a crash when changing stack frames after disconnecting.
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 SesekRevert "Add support for function return breakpoints."
2019-09-11 Robert SesekAdd support for function return breakpoints.
2018-11-28 Robert SesekFix some new warnings about integer truncation.
2018-11-28 Robert SesekSwitch away from deprecated base64 methods.
2016-12-05 Robert SesekAdd UI for setting sybmolic breakpoints.
2016-12-04 Robert SesekMake BreakpointManager a property of DebuggerModel...
2016-04-10 Robert SesekUse NSData's base64 encoding/decoding and delete modp_b64.
2015-12-07 Robert SesekZero-warning build.
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 DebuggerBackEnd.status.
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 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