Do away with the concept of "reconnect" and use a checbox for attached/detached state.
[macgdbp.git] / Source / DebuggerProcessor.m
2010-12-16 Robert SesekDo away with the concept of "reconnect" and use a checb...
2010-11-22 Robert SesekUpdate the API for loading properties to just pass...
2010-10-31 Robert SesekDo not ever close the socket until we are definitely...
2010-10-31 Robert SesekAdd a quit source to the DebuggerConnection's run loop...
2010-10-31 Robert SesekSwitch to using VariableNode in the interface. Reduce...
2010-10-31 Robert SesekStop crashing with EXC_BAD_ACCESS when expanding proper...
2010-10-31 Robert SesekTabs to spaces.
2010-07-09 Robert SesekMake StackFrame a dumb data structure and remove its...
2010-06-19 Robert SesekLazily load the complete stack frame for anything but...
2010-06-19 Robert Sesek* In StackController, don't update the frame indices...
2010-06-01 Robert SesekRemove objects from the |callTable_| after handing...
2010-06-01 Robert SesekMove the callTable back into DebuggerProcessor.
2010-06-01 Robert SesekFinished enough of the basic refactoring to get things...
2010-05-31 Robert SesekAdd a new DebuggerConnection that separates out the...
2010-05-31 Robert SesekRename DebuggerConnection to DebuggerProcessor in prepa...