Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Collapse)AuthorFilesLines
2014-04-09Removed unused codeMarc Khouzam1-1/+0
Change-Id: I99bde18516ccb5161bb7f8cea0bb7b12264e4b79 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-09Missing NON-NLS stringsMarc Khouzam2-3/+3
Change-Id: Ia177b5ded46b3d6292af3e41951165c9d26b57cc Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-01-27Bug 426586 - [launch] Rename launch delegates to be more descriptive toMarc Khouzam1-6/+6
the user Change-Id: Icd070b655a707474f60438bb9c2217fd87e210ce Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/21106 Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-01-24Enabled JDK 1.7.Sergey Prigogin3-5/+5
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d Reviewed-on: https://git.eclipse.org/r/21020 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55 Reviewed-on: https://git.eclipse.org/r/20908 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2012-07-10Bug 384780 - No error is reported if a directory is specified as programMikhail Khodjaiants1-0/+5
path.
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin1-1/+1
2012-04-05Incremented version in pom to match the one in MANIFEST.MFSergey Prigogin1-1/+1
2012-04-05Fixed an API tooling error.Sergey Prigogin2-3/+2
2012-04-05Cosmetics.Sergey Prigogin1-12/+7
2012-04-02Bug 180256 - Launch configurations should support build variablesAnton Gorenkov9-79/+104
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam25-13/+219
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin2-3/+3
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
Also removed unsupported cdt.core fragments from the platform feature.
2011-05-26Cosmetics.Sergey Prigogin1-2/+4
2011-05-25Bug 324624 - Launch group: Number of entries is not reducibleTeodor Madan1-2/+3
2011-02-28Don't trigger listener when data hasn't changedDavid Dubrow1-1/+2
2011-02-14Fix deprecation warningsAnton Leherbauer1-3/+4
2011-02-02Bug 336052 - AbstractCLaunchDelegate{2} fails to launch if the Build throws ↵James Blackburn3-40/+94
Exception or build cancels the progressmonitor.
2011-01-29Bug 335776: Typo in translation string gives exceptionMarc Khouzam3-3/+3
2011-01-04Bug 333504 - [remote launch] NPE after switching to "Standard Launcher" in ↵James Blackburn1-3/+4
Remote Application debug configuration
2010-12-16Enhance support for scripting and running headless.Ken Ryall1-15/+17
2010-11-29Bug 328012: Remote @noextend because it breaks the compilation of ↵Marc Khouzam1-1/+0
org.eclipse.cdt.debug.gdbjtag.ui.GDBJtagCDICMainTab
2010-11-28Bug 328012 - UI freezes when opening a launch configuration if the binary is ↵Sergey Prigogin1-0/+3
on a slow file system
2010-11-28Bug 328012 - UI freezes when opening a launch configuration if the binary is ↵Sergey Prigogin4-18/+8
on a slow file system
2010-11-28NLS-style string resources.Sergey Prigogin1-14/+12
2010-11-28NLS-style string resources.Sergey Prigogin27-773/+894
2010-08-26Bug 317796 - Build before launch should be cleverer about which ↵James Blackburn7-14/+164
configuration is built. Add option to LaunchConfig Main Tab to automatically choose a build configuration appropriate to the binary being debugged.
2010-08-13Bug 322671 - CMainTab duplicates CAbstractMainTab membersMikhail Khodjaiants1-8/+0
2010-06-15Bug 316040: Bad progress messages being posted from CDI launcherJohn Cortell1-2/+2
2010-06-03 Bug 315461 - [launch] Invalid thread access exception during launchKen Ryall1-11/+16
2010-06-02Bug 315439 Fix up copyrightVivian Kong18-17/+27
2010-06-02Bug 315396: EDC launch imported executable causes divide by zero exceptionJohn Cortell1-0/+3
2010-05-27Only enable the cdi-gdb activity on no run launches since they are used by ↵Ken Ryall1-1/+4
DSF as well.
2010-05-26Bug 309126: Build before launch does too much building with project ↵John Cortell1-10/+22
references (handle invalid build config ID)
2010-05-25Corrected commentJohn Cortell1-5/+8
2010-05-25Bug 309126: Build before launch does too much building with project ↵John Cortell1-1/+1
references (fix shallow comparison of project references)
2010-05-25Combined class javadocJohn Cortell1-2/+0
2010-05-25Bug 309126: Build before launch does too much building with project referencesJohn Cortell4-96/+466
2010-05-25Bug 309128.Ken Ryall2-1/+17
2010-05-20 Bug 313806 - Export all debug packages.Mikhail Khodjaiants1-0/+1
2010-05-19Bug 312997: Set the default launch delegate using the launch configuration ↵Marc Khouzam1-28/+0
type instead of individual launch configurations. This avoids having the tabs for all launch delegates be created every time, and causing race conditions.
2010-05-17Bug 281970: Needed a way to check if setDefaults() was called that was ↵Marc Khouzam1-12/+12
unique for each configuration.
2010-05-14Bug 304384: Undo the last fix which broke the case where we first created a ↵Marc Khouzam1-1/+28
Run configuration. Instead, check if the global pref is set before forcing a preferred launch delegate.
2010-05-14Bug 304384: Move logic to set default launch delegate to the tab of the ↵Marc Khouzam1-31/+0
DSF-GDB delegate. This is to allow the global preference for launch delegate not to be overridden unless DSF-GDB is also the global preference.
2010-05-14Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run ↵Marc Khouzam3-9/+94
Configuration. Also, make sure a Run configuration can be used for Debug and vice versa.

Back to the top