2010-10-31 |
Robert Sesek | Do not ever spawn more than 1 network thread. |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Properly quit the run loop. For some reason, calling... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Add a quit source to the DebuggerConnection's run loop... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Properly set the |connected_| flag in the Connection... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Rename |-connectInternal| to |-connectionThreadStart|. |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Remove 2 super verbose NSLog() statements. |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Switch to using VariableNode in the interface. Reduce... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Add VariableNode which will replace our use of raw... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Remove the pending property after it is received. |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Initial work to get properties loading asynchronously... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Add a singleton |+instance| method to AppDelegate so... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Stop crashing with EXC_BAD_ACCESS when expanding proper... |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Make logging threadsafe. |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Tabs to spaces. |
tree | commitdiff |
2010-10-31 |
Robert Sesek | Begin making DebuggerConnection more threadsafe. |
tree | commitdiff |
2010-07-09 |
Robert Sesek | Make StackFrame a dumb data structure and remove its... |
tree | commitdiff |
2010-06-19 |
Robert Sesek | Don't drain the pool, just release it. |
tree | commitdiff |
2010-06-19 |
Robert Sesek | Lazily load the complete stack frame for anything but... |
tree | commitdiff |
2010-06-19 |
Robert Sesek | * In StackController, don't update the frame indices... |
tree | commitdiff |
2010-06-01 |
Robert Sesek | Give |-connectInternal| an autorelease pool. |
tree | commitdiff |
2010-06-01 |
Robert Sesek | Re-organize DebuggerConnection to give it some shape... |
tree | commitdiff |
2010-06-01 |
Robert Sesek | Remove objects from the |callTable_| after handing... |
tree | commitdiff |
2010-06-01 |
Robert Sesek | Put a lock around adding to the write queue in |-send|. |
tree | commitdiff |
2010-06-01 |
Robert Sesek | Make DebuggerConnection work on a separate thread. |
tree | commitdiff |
2010-06-01 |
Robert Sesek | Move the callTable back into DebuggerProcessor. |
tree | commitdiff |
2010-06-01 |
Robert Sesek | Finished enough of the basic refactoring to get things... |
tree | commitdiff |
2010-05-31 |
Robert Sesek | Add a new DebuggerConnection that separates out the... |
tree | commitdiff |
2010-05-31 |
Robert Sesek | Rename DebuggerConnection to DebuggerProcessor in prepa... |
tree | commitdiff |
2010-05-31 |
Robert Sesek | Don't |-send:| if the transactions do not match |
tree | commitdiff |
2010-05-04 |
Robert Sesek | Replace strlen() with a loop that we can guarantee. |
tree | commitdiff |
2010-04-27 |
Robert Sesek | Rewrite |-readStreamHasData| in an effort to make it... |
tree | commitdiff |
2010-04-21 |
Robert Sesek | Fix some potential bugs and do general cleanup. |
tree | commitdiff |
2010-04-21 |
Robert Sesek | Rewrite DebuggerConnection's packet handling sytem... |
tree | commitdiff |
2010-04-15 |
Robert Sesek | * Factor out some code for parsing the txnID out of... |
tree | commitdiff |
2010-04-15 |
Robert Sesek | Remove duplicated logic. |
tree | commitdiff |
2010-04-15 |
Robert Sesek | Try to recover from erroneous XML packets. |
tree | commitdiff |
2010-03-30 |
Robert Sesek | * Do not allow editing of the log table. |
tree | commitdiff |
2010-03-29 |
Robert Sesek | Officially kill TransportDebug env setting. |
tree | commitdiff |
2010-03-29 |
Robert Sesek | Create a LoggingController that shows all the commands... |
tree | commitdiff |
2010-03-28 |
Robert Sesek | Don't crash after pressing the "run" button or at end... |
tree | commitdiff |
2010-03-27 |
Robert Sesek | Remove two obsolete methods: |-[DebuggerConnection... |
tree | commitdiff |
2010-03-27 |
Robert Sesek | Rewrite |-[DebuggerConnection getProperty:]| to be... |
tree | commitdiff |
2010-03-27 |
Robert Sesek | Try to recover from malformed XML errors by manually... |
tree | commitdiff |
2010-03-27 |
Robert Sesek | Rename GDBpConnection to DebuggerConnection. Also organ... |
tree | commitdiff |
2010-03-27 |
Robert Sesek | Switch some basic ints to NSUInteger in GDBpConnection. |
tree | commitdiff |
2010-02-21 |
Robert Sesek | * Start plumbing data back to the UI now that we're... |
tree | commitdiff |
2010-02-21 |
Robert Sesek | Receive contexts and then request their variables;... |
tree | commitdiff |
2010-02-20 |
Robert Sesek | Ditch the hybrid routed/command dispatcher system for... |
tree | commitdiff |
2010-02-20 |
Robert Sesek | Fix encoding issues by not implicit casting UInt8 to... |
tree | commitdiff |
2010-02-17 |
Robert Sesek | Always clobber the stack in |-debuggerStep:| |
tree | commitdiff |
2010-02-17 |
Robert Sesek | Use a lock to make |-sendQueuedWrites| a critical section |
tree | commitdiff |
2010-02-17 |
Robert Sesek | * Start tracking the last read and last written transac... |
tree | commitdiff |
2010-02-16 |
Robert Sesek | * Start making |-createStackFrame:| asynchronous |
tree | commitdiff |
2010-02-16 |
Robert Sesek | Happy new year! |
tree | commitdiff |
2010-02-16 |
Robert Sesek | * Create functionality to perform non-blocking writes... |
tree | commitdiff |
2010-02-16 |
Robert Sesek | Remove SocketWrapper and start using CFSocket with... |
tree | commitdiff |
2010-02-01 |
Robert Sesek | Remove IDE key preference because this is a property... |
tree | commitdiff |
2010-02-01 |
Robert Sesek | Remove the |session| ivar from GDBpConnection. Use... |
tree | commitdiff |
2009-07-30 |
Robert Sesek | Change NSXMLElementAdditions to use UTF8 strings when... |
tree | commitdiff |
2009-07-26 |
Robert Sesek | Make the transport logging an environmental setting. |
tree | commitdiff |
2009-07-22 |
Robert Sesek | In |-debuggerDisconnected|, unmark the program counter... |
tree | commitdiff |
2009-07-22 |
Robert Sesek | Fix warnings about GDBpConnectionDelegate by including... |
tree | commitdiff |
2009-07-22 |
Robert Sesek | * Add a preference to automatically reconnect. Fixes... |
tree | commitdiff |
2009-07-22 |
Robert Sesek | * Completely de-couple SocketWrapper from GDBpConnectio... |
tree | commitdiff |
2009-07-22 |
Robert Sesek | Switch to using -[NSString stringWithUTF8String:] in... |
tree | commitdiff |
2009-05-19 |
Robert Sesek | Add a toolbar icon for the HUD window, which required... |
tree | commitdiff |
2009-05-19 |
Robert Sesek | We need to use UTF8 string encoding instead of ASCII... |
tree | commitdiff |
2009-05-17 |
Robert Sesek | Rewrote -[SocketWrapper receive] so that we do not... |
tree | commitdiff |
2009-05-17 |
Robert Sesek | More fixes for paths with spaces. We can't use single... |
tree | commitdiff |
2009-05-17 |
Robert Sesek | Don't try to manage the stack using internal state... |
tree | commitdiff |
2009-05-17 |
Robert Sesek | Add a preference to disable automatic step-in upon... |
tree | commitdiff |
2009-05-17 |
Robert Sesek | Fix a type mismatch compile error |
tree | commitdiff |
2009-05-16 |
Robert Sesek | Merge branch 'bug-157' |
tree | commitdiff |
2009-05-16 |
Robert Sesek | Merge branch 'cosmetics' |
tree | commitdiff |
2009-05-16 |
Robert Sesek | Factored out the stack reloading code |
tree | commitdiff |
2009-05-10 |
Robert Sesek | Add NSLog()s around the send/receive stuff so we can... |
tree | commitdiff |
2009-05-10 |
Robert Sesek | When getting the source, we need to escape the '%20... |
tree | commitdiff |
2009-05-10 |
Robert Sesek | Breakpoints with a space in the filename would not... |
tree | commitdiff |
2009-05-10 |
Robert Sesek | Make the asterisk attached to the type, rather than... |
tree | commitdiff |
2009-05-10 |
Robert Sesek | Fix the run command by having it obliterate the current... |
tree | commitdiff |
2009-05-10 |
Robert Sesek | Change -[createStackFrame] to take a depth and create... |
tree | commitdiff |
2009-05-04 |
Robert Sesek | Set the SourceView.file to nil and tell the stack NSArr... |
tree | commitdiff |
2009-04-04 |
Robert Sesek | Make -[GDBpConnection(Private) createCommand:] take... |
tree | commitdiff |
2009-04-04 |
Robert Sesek | Before setting selectedVariable, we need to make sure... |
tree | commitdiff |
2009-04-04 |
Robert Sesek | Retain the selection in the variable list when stepping... |
tree | commitdiff |
2009-04-04 |
Robert Sesek | NSLog() when Xdebug returns us an error |
tree | commitdiff |
2009-04-02 |
Robert Sesek | Not all breakpoint markers would be displayed in the... |
tree | commitdiff |
2009-04-02 |
Robert Sesek | Have the inspector remember its visibility |
tree | commitdiff |
2009-04-02 |
Robert Sesek | When toggling the breakpoints window, we also need... |
tree | commitdiff |
2009-04-02 |
Robert Sesek | Add an item to the Window menu to allow the inspector... |
tree | commitdiff |
2009-02-15 |
Robert Sesek | Fixed a segfault crash that would occur if you stepped... |
tree | commitdiff |
2009-02-15 |
Robert Sesek | When writing the temporary file to use for highlighting... |
tree | commitdiff |
2009-02-10 |
Robert Sesek | Convert the run command to use the StackFrame system |
tree | commitdiff |
2009-02-09 |
Robert Sesek | Merge branch 'path-replacement' |
tree | commitdiff |
2009-02-06 |
Robert Sesek | The breakpoints window will now remember if it was... |
tree | commitdiff |
2009-02-06 |
Robert Sesek | When sending breakpoints to Xdebug, use the [transforme... |
tree | commitdiff |
2009-02-06 |
Robert Sesek | Add the actual path replacement procedure and flip... |
tree | commitdiff |
2009-02-06 |
Robert Sesek | Add a custom NSArrayController for the paths preference... |
tree | commitdiff |
2009-02-06 |
Robert Sesek | Add the path management bindings and array controller |
tree | commitdiff |
2009-02-06 |
Robert Sesek | Design the paths replacement interface |
tree | commitdiff |
next |