Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Fix 177841. Work around for platform bug new in 3.3.Ken Ryall1-1/+2
2007-08-28Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu toolchain...Doug Schaefer1-3/+4
2007-08-14Bug 183105: Wrong status handler for launch error code 101: Working directory...Mikhail Khodjaiants2-2/+2
2007-07-24Update changed plugins to 4.0.1.Doug Schaefer1-1/+1
2007-07-05Cleanup.Ken Ryall1-1/+0
2007-07-04Bug 178731, launch configs know which build configuration to use. Also use th...Ken Ryall4-11/+94
2007-06-14Fix up copyrights.Doug Schaefer7-7/+7
2007-06-13Fix for 192256: Run/Debug As... Missing from Project ExplorerAnton Leherbauer2-33/+29
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-05-28fix for bug 189237 - manually add label to edit/input box for accessibilityVivian Kong1-0/+9
2007-05-25fix for bug 60005 - manually add labels to edit boxes for accessibilityVivian Kong2-2/+19
2007-05-17Patch for bug 187093 by Jason Montojo - Verbose console mode check box hiddenVivian Kong2-9/+36
2007-05-16Patch for bug 187150 by Jason Montojo - Use Default checkbox text truncatedVivian Kong1-4/+2
2007-05-04Bug 183105, fix incorrect error code. Patch from Abeer Bagul.Ken Ryall1-1/+1
2007-05-04Got rid of our use of property testers since we can simply adapt to ICElement...Doug Schaefer1-12/+16
2007-05-04Change shortcut context launch enablement to be true for executables and C pr...Doug Schaefer2-31/+28
2007-04-30Use the bin's project as a mapped resource too.Doug Schaefer1-1/+1
2007-04-30Bug 179755 - Introduced mechanism to allow debuggers to specify a regex patte...Doug Schaefer4-70/+73
2007-04-29Add the configuration type for the launch shortcut.Ken Ryall1-1/+4
2007-04-29Modified to launch on a project context.Ken Ryall2-3/+18
2007-04-12Extend the don't check program to also not check the project. This is to supp...Doug Schaefer1-26/+27
2007-03-23Patch for Bryan - 177055 improving CPPClassSpecialization.Doug Schaefer1-29/+38
2007-03-14fix for bug 177431Vivian Kong1-1/+1
2007-03-01Fix NPE when creating a config when no project is selected.Ken Ryall1-1/+3
2007-03-01Bug 164994: For post-mortem debugging new launch configuration is not initial...Mikhail Khodjaiants1-0/+13
2007-02-06Bug 163343: Dynamic tab content is not disposed.Mikhail Khodjaiants1-0/+5
2006-12-10Set mapped resources on new launch configurations. This will let the platform...Ken Ryall3-0/+4
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-13/+13
2006-09-25Bug 158391. Ensure the default debugger pref has been set, preventing the "No...Ken Ryall1-1/+12
2006-09-20Handle when the default debugger is not set.Ken Ryall1-0/+4
2006-09-13fixing bug #151946 - Bad layout of Arguments tab in C/C++ Local ApplicationNorbert Plött3-35/+41
2006-08-23Fix to bail out gracefully when projects are closed or goneThomas Fletcher1-0/+3
2006-08-04Fix to address the incorrect usage of progress monitors as perThomas Fletcher1-28/+68
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer3-3/+3
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer16-18/+18
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-05-23Bug 133964: getBinary() method in CDebuggerTab always returns null.Mikhail Khodjaiants2-0/+7
2006-05-18Moved the new static methods from AbstractCLaunchDelegate to the new utility ...Mikhail Khodjaiants1-1/+1
2006-05-17Moved the new static methods from AbstractCLaunchDelegate to the new utility ...Mikhail Khodjaiants3-107/+151
2006-04-03Fix for bug 134581: Unable to set advanced debugger options.Mikhail Khodjaiants2-4/+8
2006-03-29Made some generic methods static.Mikhail Khodjaiants1-1/+1
2006-03-29Made some generic methods static.Mikhail Khodjaiants2-3/+7
2006-03-27Moved the extraction of the stop symbol to the launch.Mikhail Khodjaiants3-2/+13
2006-03-15Reversing previous changes. The existing "verifyProgramPath" method can be used.Mikhail Khodjaiants2-35/+5
2006-03-15The new "getExecutable" method is added to replace deprecated "getProgramFile".Mikhail Khodjaiants2-1/+39
2006-03-13Fixing bug #131513 - Apply does not work for multiline program argumentsNorbert Plött1-0/+1
2006-03-06Fix for Bug 93777: Postmortem and Local launch need a default preference for ...Mikhail Khodjaiants4-18/+46
2006-02-27Fix for Bug 126025: CApplicationLaunchShortcut call to DebugUITools.saveAndBu...Mikhail Khodjaiants2-1/+6
2006-02-03NPE in CDebuggerTab when attaching to a target.Mikhail Khodjaiants2-4/+11
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. A...Mikhail Khodjaiants2-12/+17

Back to the top