Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Collapse)AuthorFilesLines
2008-04-15Avoid NPE if the client debugger tab factory fails to create the control.John Cortell1-1/+4
2008-04-03Fix for 212632: Failure to debug-attach on Windows using GDBAnton Leherbauer2-9/+46
and 224187: NPE launching debug configuration without app name
2008-04-01Corrected grammar in error dialog that surfaces when the executable isn't on ↵John Cortell1-1/+1
disk.
2008-03-31Applied modified version of patch in 224976.John Cortell1-7/+7
2008-03-25Refresh the project in a job so this doesn't block on terminate and can be ↵Ken Ryall1-4/+16
canceled.
2008-03-11Avoid a NPE when we receive a TERMINATE event for an IProcess that was not ↵John Cortell1-1/+5
created with a launch configuration (at a minimum, JDT creates such a thing in StandardVMType.java, a process called "Library Detection").
2008-03-07218366: Fix grammar error in LaunchMessages.propertiesAnton Leherbauer1-2/+3
Patch from Carlos O'Donnel (CodeSourcery)
2008-03-03Do not validate platform and CPU compatibility of debug configurations to ↵Sergey Prigogin1-14/+7
avoid accidentally disabling a valid one. It's much better to let an incompatible configuration through than to disable a valid one.
2008-02-15Fix manifest warningsAnton Leherbauer2-2/+3
2008-01-28Set project compliance to 1.5John Cortell1-0/+12
2008-01-17Bug 214152, improve error message.Ken Ryall1-1/+1
2008-01-16Bug 206928.Ken Ryall1-10/+13
2007-12-31Merge from cdt_40.Ken Ryall1-6/+11
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-5/+5
2007-10-11Fix for 205108: Null pointer exception on Launch of app in WindowsAnton Leherbauer1-7/+13
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 ↵Doug Schaefer1-3/+4
toolchain. Also map the cygwin debugger to the cygwin toolchain. Fix up the launch shortcut so that the longest matching pattern wins the day since both cygwin and mingw would get trumped by the main gnu one. With this single click debug works on Linux.
2007-08-14Bug 183105: Wrong status handler for launch error code 101: Working ↵Mikhail Khodjaiants2-2/+2
directory does not exist.
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 ↵Ken Ryall4-11/+94
the build config name in the default launch config name.
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 ↵Doug Schaefer1-12/+16
ICElement and check instanceof for IBinary or ICProject.
2007-05-04Change shortcut context launch enablement to be true for executables and C ↵Doug Schaefer2-31/+28
projects.
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 ↵Doug Schaefer4-70/+73
pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger.
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 ↵Doug Schaefer1-26/+27
support hardware debugging and project-less debugging.
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 ↵Mikhail Khodjaiants1-0/+13
initialized properly. Applied patch from Alex Chapiro, QNX.
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 ↵Ken Ryall3-0/+4
platform know that they are associated and may be deleted when the project is deleted.
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 ↵Ken Ryall1-1/+12
"No such debugger" error message for new launch configurations created before the MI plug-in has been loaded.
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
PR 154891
2006-08-04Fix to address the incorrect usage of progress monitors as perThomas Fletcher1-28/+68
patch submitted by tom.hochstein@freescale.com (modified) PR 151018
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

Back to the top