Merge branch 'cosmetics'
[macgdbp.git] / Source / GDBpConnection.m
2009-05-16 Robert SesekMerge branch 'cosmetics'
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-04-04 Robert SesekMake -[GDBpConnection(Private) createCommand:] take...
2009-04-04 Robert SesekNSLog() when Xdebug returns us an error
2009-02-15 Robert SesekFixed a segfault crash that would occur if you stepped...
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 SesekWhen sending breakpoints to Xdebug, use the [transforme...
2009-02-05 Robert SesekShow the variables in all contexts instead of just...
2009-01-28 Robert SesekWhen the debugger connects, automatically step in to...
2009-01-22 Robert SesekHappy new year! Bump copyright.
2009-01-22 Robert SesekMerge branch 'refactoring'
2008-12-01 Robert SesekGet the source code from the debugger engine in [GDBpCo...
2008-12-01 Robert SesekRemove -[DebuggerController setStatus:]
2008-12-01 Robert SesekRemove all references of the window controller from...
2008-12-01 Robert SesekRemove the model-updating-controller register variable...
2008-12-01 Robert SesekOne more instance of calling -[setStatus:] that needs...
2008-12-01 Robert SesekRather than having GDBpConnection tell the window contr...
2008-12-01 Robert SesekUse our new error system
2008-12-01 Robert SesekCreate an error system that follows MVC
2008-12-01 Robert SesekRemove all of the old stack system
2008-12-01 Robert SesekThe StackFrame index will always be 0 in -[GDBpConnecti...
2008-12-01 Robert SesekStart using our new StackFrame and StackController...
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection