Stop spamming the CPU with -[MessageQueue dequeueAndSendBlocks].
[macgdbp.git] / Source / DebuggerBackEnd.m
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