macgdbp.git
2010-05-31 Robert SesekRename DebuggerConnection to DebuggerProcessor in prepa...
2010-05-31 Robert SesekDon't |-send:| if the transactions do not match
2010-05-04 Robert SesekReplace strlen() with a loop that we can guarantee.
2010-04-27 Robert SesekRewrite |-readStreamHasData| in an effort to make it...
2010-04-21 Robert SesekFix some potential bugs and do general cleanup.
2010-04-21 Robert SesekRewrite DebuggerConnection's packet handling sytem...
2010-04-15 Robert Sesek* Factor out some code for parsing the txnID out of...
2010-04-15 Robert SesekUse the new VersionCast URL.
2010-04-15 Robert SesekRemove duplicated logic.
2010-04-15 Robert SesekTry to recover from erroneous XML packets.
2010-03-30 Robert Sesek* Do not allow editing of the log table.
2010-03-29 Robert SesekOfficially kill TransportDebug env setting.
2010-03-29 Robert SesekCreate a LoggingController that shows all the commands...
2010-03-29 Robert SesekCreate a top-level dev/ directory. Move resource master...
2010-03-28 Robert SesekDon't crash after pressing the "run" button or at end...
2010-03-27 Robert SesekRemove two obsolete methods: |-[DebuggerConnection...
2010-03-27 Robert SesekRewrite |-[DebuggerConnection getProperty:]| to be...
2010-03-27 Robert SesekTry to recover from malformed XML errors by manually...
2010-03-27 Robert SesekRename GDBpConnection to DebuggerConnection. Also organ...
2010-03-27 Robert SesekSwitch some basic ints to NSUInteger in GDBpConnection.
2010-03-27 Robert SesekSwitch from GCC to Clang compiler.
2010-02-21 Robert Sesek* Start plumbing data back to the UI now that we're...
2010-02-21 Robert SesekReceive contexts and then request their variables;...
2010-02-20 Robert SesekDitch the hybrid routed/command dispatcher system for...
2010-02-20 Robert SesekFix encoding issues by not implicit casting UInt8 to...
2010-02-17 Robert SesekAlways clobber the stack in |-debuggerStep:|
2010-02-17 Robert SesekUse a lock to make |-sendQueuedWrites| a critical section
2010-02-17 Robert Sesek* Start tracking the last read and last written transac...
2010-02-16 Robert Sesek* Start making |-createStackFrame:| asynchronous
2010-02-16 Robert SesekHappy new year!
2010-02-16 Robert SesekXcode project updates:
2010-02-16 Robert Sesek* Create functionality to perform non-blocking writes...
2010-02-16 Robert SesekRemove SocketWrapper and start using CFSocket with...
2010-02-01 Robert SesekPrevent the Preferences window from jumping around...
2010-02-01 Robert SesekRemove IDE key preference because this is a property...
2010-02-01 Robert SesekRemove the |session| ivar from GDBpConnection. Use...
2009-07-30 Robert SesekMake our project Xcode 3.1+ compatible.
2009-07-30 Robert SesekChange NSXMLElementAdditions to use UTF8 strings when...
2009-07-26 Robert SesekMake the transport logging an environmental setting.
2009-07-22 Robert SesekIn |-debuggerDisconnected|, unmark the program counter...
2009-07-22 Robert SesekFix warnings about GDBpConnectionDelegate by including...
2009-07-22 Robert SesekVersion to 1.4b.
2009-07-22 Robert Sesek* Add a preference to automatically reconnect. Fixes...
2009-07-22 Robert Sesek* Completely de-couple SocketWrapper from GDBpConnectio...
2009-07-22 Robert SesekAdd a tooltip to the "break on first line" preference.
2009-07-22 Robert SesekSwitch to using -[NSString stringWithUTF8String:] in...
2009-05-19 Robert SesekMark one of the fixes as bug 157 1.3
2009-05-19 Robert SesekAdd a toolbar icon for the HUD window, which required...
2009-05-19 Robert SesekWe need to use UTF8 string encoding instead of ASCII...
2009-05-17 Robert SesekPut the debugger behavior settings above the Xdebug...
2009-05-17 Robert SesekRewrote -[SocketWrapper receive] so that we do not...
2009-05-17 Robert SesekMore fixes for paths with spaces. We can't use single...
2009-05-17 Robert SesekDon't try to manage the stack using internal state...
2009-05-17 Robert SesekAdd a preference to disable automatic step-in upon...
2009-05-17 Robert SesekFix a type mismatch compile error
2009-05-16 Robert SesekMerge branch 'bug-157'
2009-05-16 Robert SesekMerge branch 'cosmetics'
2009-05-16 Robert SesekFactored out the stack reloading code
2009-05-10 Robert SesekAdd NSLog()s around the send/receive stuff so we can...
2009-05-10 Robert SesekWhen getting the source, we need to escape the '%20...
2009-05-10 Robert SesekBreakpoints with a space in the filename would not...
2009-05-10 Robert SesekMake the asterisk attached to the type, rather than...
2009-05-10 Robert SesekFix the run command by having it obliterate the current...
2009-05-10 Robert SesekChange -[createStackFrame] to take a depth and create...
2009-05-04 Robert SesekSet the version to be 1.3
2009-05-04 Robert SesekSet the SourceView.file to nil and tell the stack NSArr...
2009-04-04 Robert SesekMake -[GDBpConnection(Private) createCommand:] take...
2009-04-04 Robert SesekBefore setting selectedVariable, we need to make sure...
2009-04-04 Robert SesekRetain the selection in the variable list when stepping...
2009-04-04 Robert SesekNSLog() when Xdebug returns us an error
2009-04-02 Robert SesekNot all breakpoint markers would be displayed in the...
2009-04-02 Robert SesekUpdate the changelog
2009-04-02 Robert SesekHave the inspector remember its visibility
2009-04-02 Robert SesekWhen toggling the breakpoints window, we also need...
2009-04-02 Robert SesekAdd an item to the Window menu to allow the inspector...
2009-04-02 Robert SesekAdd a variable value inspector
2009-02-23 Robert SesekUpdate version to 1.2.1 1.2.1
2009-02-23 Robert SesekAdd the public key for Sparkle updates
2009-02-23 Robert SesekUpdate Sparkle to be a vanilla build now that we proper...
2009-02-20 Robert SesekUpdate the project to use Gitcrement versioning
2009-02-15 Robert SesekUpdated Sparkle to the latest bzr version
2009-02-15 Robert SesekFixed a segfault crash that would occur if you stepped...
2009-02-15 Robert SesekWhen writing the temporary file to use for highlighting...
2009-02-12 Robert SesekDon't include the final .0 in 1.2 1.2
2009-02-10 Robert SesekConvert the run command to use the StackFrame system
2009-02-09 Robert SesekMerge branch 'path-replacement'
2009-02-06 Robert SesekThe breakpoints window will now remember if it was...
2009-02-06 Robert SesekBumping the version number to 1.2.0
2009-02-06 Robert SesekAdd a changelog entry for the path replacements prefs
2009-02-06 Robert SesekAdd a change to the changelog
2009-02-06 Robert SesekWhen sending breakpoints to Xdebug, use the [transforme...
2009-02-06 Robert SesekAdd the actual path replacement procedure and flip...
2009-02-06 Robert SesekAdd a custom NSArrayController for the paths preference...
2009-02-06 Robert SesekAdd the path management bindings and array controller
2009-02-06 Robert SesekDesign the paths replacement interface
2009-02-06 Robert SesekImplement preferences window resizing
2009-02-05 Robert SesekAdd the paths replacement panel but don't implement...
2009-02-05 Robert SesekImplement a toolbar for the preferences window
2009-02-05 Robert SesekAdding a CONTRIBUTORS file
2009-02-05 Robert SesekWord wrap CHANGES
next