Introduce DebuggerModel, which will be updated by the BackEnd.
[macgdbp.git] / Source / ProtocolClient.m
2015-10-10 Robert SesekRemove the old callTable_ system from DebuggerBackEnd.
2015-10-10 Robert SesekReplace -[ProtocolClient sendCustomCommandWithFormat...
2015-10-10 Robert SesekAdd a block-based -sendCommand... variant to ProtocolCl...
2015-10-10 Robert SesekRemove unnecessary ivars from ProtocolClient.
2015-10-10 Robert SesekStop logging transaction validation information.
2015-06-21 Robert SesekFix nil host replacement.
2015-05-17 Robert SesekRemove unused -[ProtocolClient shouldSendMessage].
2014-01-02 Robert SesekRemove the thin layer around ProtocolClient that is...
2013-06-28 Robert SesekConnect ProtocolClient to the LoggingController.
2013-06-20 Robert SesekImprove MessageQueueDelegate.
2013-06-18 Robert SesekWhen the MessageQueue disconnects, release it in Protoc...
2013-06-18 Robert SesekPerform -postReceivedMessage: only in the default mode.
2013-06-18 Robert SesekUse the correct socket for CFStreamCreatePairWithSocket.
2013-06-18 Robert SesekWrite ProtocolClient, the layer that talks XML on top...