Add a toolbar icon for the HUD window, which required making DebuggerController the...
[macgdbp.git] / Source /
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 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 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 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-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-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 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 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 SesekHighlighting of the currently debugged file will now...
2009-01-22 Robert SesekMerge branch 'refactoring'
2008-12-03 Robert SesekFixed a bug where stepIn would remove the current stack...
2008-12-02 Robert SesekRenaming registers to variables
2008-12-01 Robert SesekWe need to keep variables expanded across changing...
2008-12-01 Robert SesekFix a couple display issues and a crash
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 SesekUse automatic validation of UI items for the toolbar...
2008-12-01 Robert SesekCall -[resetDisplays] when we reconnect
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 SesekUpdate the bindings for the stack viewer to use our...
2008-12-01 Robert SesekThe StackFrame index will always be 0 in -[GDBpConnecti...
2008-12-01 Robert SesekWe need to pop the stack twice when stepOut is called
2008-12-01 Robert SesekStart using our new StackFrame and StackController...
2008-12-01 Robert SesekRefactor the DebuggerController's "stackController...
2008-12-01 Robert SesekAdd the StackController class
2008-11-30 Robert SesekAdding the StackFrame class
2008-10-13 Robert SesekHave the debugger and breakpoints windows remember...
2008-10-13 Robert SesekSaved breakpoints (or any breakpoint) that had a file...
2008-08-20 Robert SesekAllow multiple selection and removal of breakpoints
2008-08-20 Robert SesekFix a bug where breakpoints would be recreated exponent...
2008-08-01 Ciarán WalshPreferences should be set in +load rather than +initial...
2008-08-01 Robert SesekKeep breakpoints in the preferences so they are restore...
2008-07-15 Robert SesekFixing a memory leak
2008-07-14 Robert SesekCheck and see if stderr has any data on it when syntax...
2008-07-14 Robert SesekCode formatting
2008-07-14 Robert SesekRenaming NSXMLElementAdditions(NSXMLElementAdditions...
2008-07-14 Robert SesekRenaming BreakpointWindowController to BreakpointController
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController
2008-07-14 Robert SesekAdd IBOutlets for both DebuggerWindowController and...
2008-07-14 Robert Sesek-[SocketWrapper(Private) error:] would send message...
2008-07-14 Robert SesekThe subviews of BSSourceView were over-retained
2008-07-14 Robert SesekFix build errors. Properties cannot be synthesized...
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-14 Robert SesekValidate user interface items for the Debugger menu
2008-07-14 Robert SesekFixing a bug in -[SocketWrapper receive] that could...
2008-07-14 Robert SesekAdd a call to NSAssert() to stop us if we receive incom...
2008-07-14 Ciarán WalshA few miscellaneous memory management fixes
2008-07-14 Ciarán WalshThe -connect: method would leak memory when called...
2008-07-14 Ciarán WalshA crash would occur in the event that -setFile: was...
2008-07-14 Ciarán WalshSending messages to nil is always safe (a no-op)
2008-07-13 Robert SesekMerge branch 'menu-validation'
2008-07-13 Robert SesekValidate user interface items for the Debugger menu
2008-07-13 Robert SesekFixing a bug in -[SocketWrapper receive] that could...
2008-07-13 Robert SesekAdd a call to NSAssert() to stop us if we receive incom...
2008-07-09 Robert SesekRemove the old version checking system that we wrote...
2008-07-09 Robert SesekInstantiate the Debugger and Breakpoint controllers...
2008-07-09 Robert SesekUse prefernce values to set the port and IDE key, rathe...
2008-07-09 Robert SesekSetting the default values for NSUserDefaults
2008-07-09 Robert SesekAdding an empty preferences window and controller....
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
next