Remove stackFirstTransactionID_ tracking from DebuggerBackEnd.
[macgdbp.git] / Source /
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 SesekUpdate StackFrame for ObjC 2.
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-10-10 Robert SesekRemove unnecessary ivars from ProtocolClient.
2015-10-10 Robert SesekStop logging transaction validation information.
2015-10-10 Robert SesekShort-circuit -[MessageQueue disconnectClient] if not...
2015-10-10 Robert SesekCleanup from the MessageQueue rewrite.
2015-10-10 Robert SesekRewrite MessageQueue to use libdispatch instead of...
2015-06-21 Robert SesekFix nil host replacement.
2015-05-18 Robert SesekInvalidate and release the listening socket in -[Messag...
2015-05-18 Robert SesekFix potential crash when detaching and reattaching.
2015-05-17 Robert SesekRemove unused -[ProtocolClient shouldSendMessage].
2014-03-30 Robert SesekDo not double-percent-escape the filename.
2014-01-02 Robert SesekRemove the thin layer around ProtocolClient that is...
2013-07-03 Robert SesekReport stream errors from MessageQueue.
2013-07-03 Robert SesekWrite BSProtocolThreadInvoker to replace ThreadSafeDele...
2013-06-28 Robert SesekConnect ProtocolClient to the LoggingController.
2013-06-20 Robert SesekImprove MessageQueueDelegate.
2013-06-20 Robert SesekCall -[NSInvocation retainArguments] in ThreadSafeDelegate.
2013-06-20 Robert SesekRename NetworkConnection to not be ObjC++
2013-06-20 Robert SesekConvert MessageQueue to use a ThreadSafeDelegate.
2013-06-20 Robert SesekWrite a ThreadSafeDelegate implementation, which will...
2013-06-18 Robert SesekAttempt to send after successfully reading a message.
2013-06-18 Robert SesekWhen the MessageQueue disconnects, release it in Protoc...
2013-06-18 Robert SesekFix a silly memory bug where MessageQueue._message...
2013-06-18 Robert SesekFix use-after-free by not removing the dequeued message...
2013-06-18 Robert SesekPerform -postReceivedMessage: only in the default mode.
2013-06-18 Robert SesekProtocolClient was both a superclass and a member....
2013-06-18 Robert SesekUse the correct socket for CFStreamCreatePairWithSocket.
2013-06-18 Robert SesekGut the old NetworkConnection and NetworkCallbackContro...
2013-06-18 Robert SesekWrite ProtocolClient, the layer that talks XML on top...
2013-06-18 Robert SesekWrite MessageQueue to replace most NetworkCallbackContr...
2013-06-16 Robert SesekUpdate the comments in NetworkCallbackController::Write...
2013-06-16 Robert SesekReplace deprecated -compositeToPoint:operation: call.
2013-06-16 Robert SesekRewrite NetworkCallbackController::WriteString to actua...
2013-06-16 Robert SesekSwitch to using the 10.8 SDK with a 10.5 deployment...
2012-09-11 Robert SesekFix a somewhat serious bug in the WriteString loop.
2012-09-03 Sam FlemingFix Bug #236 which caused freeze on OS X 10.8
2011-05-30 Robert SesekRemove two manual invocations of |-debuggerDisconnected...
2011-05-30 Robert SesekRemove testing code from CloseConnection()
2011-05-30 Robert SesekRedo how socket shutdown works:
2011-05-30 Robert SesekKeep track of the child socket handle and close() it...
2011-05-30 Robert SesekRename socket_ to listeningSocket_ and add CloseSocket...
2011-05-29 Robert SesekIn NetworkCallbackController::WriteStreamCanAcceptBytes...
2011-05-29 Robert SesekMove ownership of the read and write stream from Networ...
2011-05-01 Robert SesekAdd StripLineBreaksValueTransformer and use it for...
2011-05-01 Robert SesekIn |-[NSXMLElement(GDBpAdditions) base64DecodedValue...
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 SesekOnly enable the Eval window button if connected to...
2011-05-01 Robert SesekActually call the delegate method, which hooks everythi...
2011-05-01 Robert SesekAdd |-[DebuggerBackEndDelegate scriptWasEvaluatedWithRe...
2011-05-01 Robert SesekAdd -[DebuggerBackEnd evalScript:] to send the command.
2011-05-01 Robert SesekHook up the Evaluate button
2011-05-01 Robert SesekFix a leak by autoreleasing in the |-sheetDidEnd...|
2011-05-01 Robert SesekMissing a [super dealloc] call
2011-05-01 Robert SesekHook up the EvalController and modal interface via...
2011-05-01 Robert SesekAdd the EvalController and Eval.xib
2011-04-29 Robert SesekTweak the PC stroke color
2011-04-29 Robert SesekUse the same shape for the PC as with breakpoints
2011-03-02 Robert SesekFix a crash caused by an uninitialized variable (bug...
2011-02-28 Robert SesekIn NetworkCallbackController::Unschedule*Stream(),...
2011-02-28 Robert SesekCleanup some older code in NetworkConnection.mm.
2011-02-28 Robert SesekFilter out the CLASSNAME property so that the condition...
2011-02-26 Robert SesekWe need to set self.attached before referencing it.
2011-02-26 Robert SesekFix some signedness errors
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekBring BSSourceView into new style conformance.
2011-02-26 Robert SesekAdd BSSourceViewTextView (again).
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-02-26 Robert SesekRemove one more NSLog. 1.4
2011-02-26 Robert SesekRemove some NSLog statements
2011-02-26 Robert SesekClose and reopen the connection when toggling the attac...
2011-02-26 Robert SesekGive attribution for the line number concept.
2011-02-19 Robert SesekMove dealing with the socket into NetworkCallbackContro...
2011-01-17 Robert SesekClean up |-[BSLineNumberRulerView drawBreakpointInRect...
2011-01-16 Robert SesekDocument BSSourceView.h
2011-01-16 Robert SesekClean up BSSplitView
2011-01-16 Robert SesekOnly message the delegate if the line actually exists
2011-01-16 Robert SesekUse the Menlo font if possible, also switch to 10pt
2011-01-16 Robert SesekImplement |-mouseDown:| in BSLineNumberRulerView to...
2011-01-16 Robert SesekRemove the old BSLineNumberView
2011-01-16 Robert SesekStart drawing breakpoints in the BSLineNumberRulerView
2011-01-16 Robert SesekImport BSSourceView.h in BreakpointController.h rather...
2011-01-16 Robert SesekRemove the program counter image and draw the mark...
2011-01-16 Robert SesekDraw the program counter in BSLineNumberRulerView
2011-01-16 Robert SesekCall |-setNeedsDisplay:| in the right places so that...
2011-01-16 Robert SesekBSLineNumberRulerView should take the BSSourceView...
2011-01-16 Robert SesekPad and vertically center the line numbers
2011-01-16 Robert SesekDraw rudimentary line numbers!
2011-01-16 Robert SesekMove |-computeLineIndex| from BSSourceView to BSLineNum...
2011-01-16 Robert SesekAdd |-computeLineIndex| to map the first character...
next