Skip to main content
summaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Collapse)AuthorFilesLines
2009-02-09PR: 263924 - fixed \ parsing for windowAlena Laskavaia1-4/+122
2008-11-12Increase version of changed pluginsAnton Leherbauer1-1/+1
2008-11-06Fixed compile error by removing obsolete importAnton Leherbauer1-2/+2
2008-11-04[223695] - previous parser failed on many test and did not pass correctly ↵Alena Laskavaia1-89/+118
empty strings
2008-08-26updating version numbers of plug-ins that have changed since CDT 5.0Vivian Kong1-1/+1
2008-08-19Fix for 244605. User loses use of LC editor if user stores a progam path in ↵John Cortell1-0/+1
launch configuration that points outside the project directory ("../something", e.g.).
2008-08-19Fix for 244605. Unrecoverable behavior if user stores a path in LC program ↵John Cortell1-2/+12
name that points outside the project directory ("../something", e.g.).
2008-06-10fix for bug 234951Vivian Kong2-3/+8
2008-05-21[231149] - prevent NPEAlena Laskavaia1-2/+4
2008-05-21[233239] - fixed local attach for relative pathAlena Laskavaia1-1/+1
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.

Back to the top