Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07Add missing copyright headers for recent changesY20170223-1000Y20170216-1515Y20170216-1450Y20170216-1000I20170228-2000I20170228-0330I20170228-0240I20170227-2000I20170226-2000I20170225-2000I20170224-2000I20170223-2000I20170222-2000I20170221-2000I20170220-2000I20170219-2000I20170218-2000I20170217-2000I20170216-2000I20170216-0140I20170215-2000I20170214-2200I20170214-2000I20170213-2000Markus Duft1-0/+10
Change-Id: I166699318948cff0bef1304aff7b635c5d0a5c6a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-06Bug 508718 - Allow groups to catch up with renames in launch configsMarkus Duft2-0/+67
This change registers a global listener in the LaunchManager that handles updating launch groups whenever a member of that group is renamed. This relies on the workings of the ILaunchmanager#getMovedFrom method. Change-Id: Ie1a617b6e826b0a1b6adb0a1b962dc18484f071a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-02-06Bug 510990 - don't FAIL if regex doesn't match, but don't continueMarkus Duft3-8/+10
Change-Id: I437f0bbd361a942761f114dc067ed532a182a474 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-13Bug 510100 - [cleanup] Get rid of trailing white space in platform.debugY20170119-1000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000Andrey Loskutov87-722/+722
Also enabled "cleanup whitespace on save" actions for debug.ui and debug.tests bundles. Change-Id: I755b879ab1d49144a1bec3f4318dbb8b29521bb3 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-01-13Launch Groups: Support to wait for output on child stdoutMarkus Duft8-6/+183
This adds support to listen for output on the console of the launched item before continuing the launch. Bug: 508420 Change-Id: I84027592c82b546ddf60c415bcc7047d9bc5490a Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-12Launch Groups: Support to skip running launchesMarkus Duft2-17/+41
This change introduces a flag on each group entry that allows to skip launching that configuration in case it is already running, launched either manually or by another group. This allows to prevent duplicate launches for certain configurations. Bug: 508420 Change-Id: If0bac83f4486967c9b634dcad8ebdc848c1a1e8e Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-12Initial contribution of LaunchGroupTestsY20170112-1300Y20170112-1000I20170112-2000Markus Duft1-1/+3
These contain basic test for the existing launch group functionality. No tests for the additional functionality are provided in this commit. Test for additional functionality will be in the according commits. This commit also fixes a bug in the existing functionality that marks a group as terminated too early. Bug: 508420 Change-Id: I1e1e0ae512384665f926d7225b55c701dca92409 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2017-01-02Bug 509825 - ResourceException below BreakpointManager$5.run (thrown inI20170105-0320I20170105-0230I20170104-2000I20170104-0800I20170103-2000Andrey Loskutov1-1/+5
Marker.checkInfo) Change-Id: I573ad6db8f41e3d03a8e0d03dc149275ef3a506d Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-11-30Initial contribution of Launch GroupsMarkus Duft8-0/+709
The initial contribution is a slightly modified/polished version of the launch group code in org.eclipse.cdt.launch. A follow up commit will contain additional modifications to merge features from another (external) implementation of launch groups. Bug: 492788 Change-Id: Ie0a902b857a5c2cc02f5c36d8591001493bd6e19 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-11-09Bug 506182 - Launch is not multi-thread safeAndrey Loskutov1-61/+149
Protect access to fTargets and fProcesses with read/write lock to avoid possible ConcurrentModificationExceptions. Change-Id: I1a42b263cd9b64c7ebb914b5fdea0d2d3e408b73 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-10-27Bug 501245 - Trigger points -- API deficienciesY20161103-1000I20161108-1015I20161108-0800Sarika Sinha6-133/+118
Change-Id: Ic30d5b6894408d5371b2095ef1b6cb109fbe318f
2016-09-14Bug 501333 - Trigger Points -- remove "Active Trigger" stateY20160915-1000I20160915-0230I20160915-0200I20160914-2300I20160914-2000I20160914-0800Sarika Sinha4-83/+15
Change-Id: I533652d802fac7de2db1ea8a98893cc02fbeca4e
2016-09-13Bug 501315 - Disabled by trigger icon not updated in Breakpoints viewI20160914-0430I20160914-0030I20160913-2000I20160913-0800Sarika Sinha1-0/+1
Change-Id: If2ccc9147e08c99240ed9b92e916d8bb6b11f4d0
2016-09-12Bug 488664: [Breakpoints] Ability to set up Breakpoint dependencyI20160912-2000I20160912-1005Markus Keller2-10/+10
fixed Javadoc error from build set reasonable Javadoc compiler settings
2016-09-12Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0800Sarika Sinha3-12/+12
Change-Id: I36ebade65a7882afabfdaf86e5ac512fcc5a1e8d
2016-09-12Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0430I20160912-0225Sarika Sinha1-1/+0
Change-Id: I1c1fac528621051b13ef70fe123499d08844dc8d
2016-09-10Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0140I20160911-2015Sarika Sinha1-0/+8
Change-Id: I9511b34428f4ced82c2d40cf07e549c85090996e
2016-09-09Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencySarika Sinha6-75/+482
Change-Id: I62043723be1a1448ba3fe38e60b0e67f10c5df05
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsY20160721-1000Y20160714-1000I20160726-1400I20160726-0800I20160719-0800I20160716-1900I20160712-1000I20160712-0800I20160708-1700Sarika Sinha1-1/+1
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
2016-06-24Bug 496723 - Move Platform Debug to Java 1.8 BREESarika Sinha4-7/+12
Change-Id: I1077af8f96073d22da0c9e6c5b84ebd5fc5b9e7b
2016-06-104.7 Bundle version increase for debug.coreSarika Sinha2-2/+2
Change-Id: I3c0c58fb7ea997d3ad2999f06713eb0f80ae9de1
2016-06-10Bug 469193 - Eclipse doesn't close debug session after project is closedSarika Sinha1-2/+8
(if launch configuration stores in project) Change-Id: If64676c7f3c8a9fec87ea9b8a9672427770766a5
2016-04-19Bug 490012 - Remove the "strictly compatible JRE" per-project overrideY20160421-1000Stefan Xenos1-2/+0
Change-Id: Ic5ea8bbb786f0e51757bc0f416430463464db970 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-02-03Bug 487047 - Neon features and bundles that might need a version Sarika Sinha2-3/+3
2016-01-25Bug 486157: Adapt to ListenerList changesI20160126-0800I20160125-2000I20160125-0800Markus Keller1-6/+6
- removed outdated commented code - avoided loop when list is empty
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha5-75/+52
Change-Id: If4f1f4d0ccb2f8451b4901a2139aa6537542d41e
2016-01-04Bug 484882: Synchronize access to fSortedConfigNamesI20160112-1800I20160112-0800I20160105-1000I20160105-0800Jonah Graham1-2/+2
The new test demonstrates the problem by running two threads, one creating/deleting launch configs, the other one accessing fSortedConfigNames. Note if you set fSortedConfigNames to volatile without making clearConfigNameCache synchronized you can see the test fails generally very fast. Change-Id: I981d7054d51e263f5d097096ffe23cdc1fa74256 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt4-9/+9
Using Integer.valueOf() instead of new Integer() allows for the runtime to cache commonly instantiated values; typically, this will be for values in the range -128..127. Using valueOf is preferred for this reason. Change-Id: I1022eb4973b760b830ace5d39b76eea9353d4ca2 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵I20150707-0800Markus Keller1-1/+1
parent poms for 4.6
2015-03-03Bug 461219 - Compile warnings in official buildI20150303-0800Sarika Sinha3-71/+70
Change-Id: I48f14fe5c9ee51a09ede0bc30380cb8e55b5ada2
2015-03-02Bug 461103 - build failure in N20150227-2000 related to ?maven tests?Sarika Sinha1-1/+1
Change-Id: I9f1028df065d20bb3e1cf25c30a122e1b7371687
2015-02-27Bug 461029 - Move Platform Debug project to 1.7 complianceSarika Sinha3-5/+7
Change-Id: Ie29a60a934f7696ad5d8da9513489c5a9b925216
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert9-41/+51
IAdaptable#getAdapter(..)
2015-02-06Bug 459310: New API: DebugPlugin#splitArguments(String)I20150217-0800I20150210-0800Markus Keller1-1/+6
fixed incomplete Javadoc
2015-02-06Bug 459310: New API: DebugPlugin#splitArguments(String)Markus Keller1-12/+74
2014-10-09Fixed potential NPE.Dani Megert1-1/+1
2014-10-09Fixed bug 333891: [breakpoints] Breakpoint Undo doesn't handle duplicatesSarika Sinha1-2/+33
Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-08-07Removed unnecessary @SuppressWarnings("unused")Dani Megert1-1/+1
2014-08-05Bug 437122 - Stale launches in Debug view after canceling "Save andSarika Sinha1-0/+2
Launch" dialog Change-Id: I9de5b34985ba6d3f0dda907a22584c5717c715bd Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-07-24[nobug] remove unused API filtersMike Rennie1-19/+0
2014-07-24Bug 438621 - [step filtering] Provide an extension point to enhanceMike Rennie10-15/+21
methods step filtering - version / header / since tag updates
2014-07-23[bug 438621][debug]: provided step filters extension pointakosyakov9-1/+322
Change-Id: I26b55e35ab210527d52516cefc216ec40576c1d8 Signed-off-by: akosyakov <anton.kosyakov@itemis.de>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-05-21Bug 434245 - Failed to launch run / debug configurations are not addedSarika Sinha1-5/+4
to the "Run/Debug History" Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-01-03Added API filter for removed re-exported type WorkspaceLockI20140120-0800I20140119-2000I20140115-1300I20140114-0800I20140107-0800Dani Megert1-0/+19
2014-01-03Added API filter for removed re-exported type WorkspaceLockDani Megert1-1/+1
2013-10-03Fixed unchecked cast warningsI20131105-0800I20131030-2000I20131030-1400I20131030-0800I20131029-2000I20131023-2000I20131022-1300I20131022-0800I20131015-0800I20131009-0430I20131008-2330Dani Megert2-2/+5
2013-08-19[nobug] removed unused SuppressWarnings + sync / update compilerI20130820-0800Mike Rennie3-6/+4
settings
2013-08-12[nobug] x-friend new example bundlesMike Rennie1-1/+1
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie95-3297/+3799

Back to the top