Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2013-07-17Bug 409456 - Get rid of discouraged access warningsI20130730-0800I20130724-1600I20130723-0800I20130717-1600Mike Rennie1-3/+3
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie2-0/+395
2013-06-28Removed duplicate since declarationI20130709-0800I20130702-1230I20130702-1000I20130702-0800Dani Megert1-139/+130
2013-06-28Increased bundle version for Luna fixesDani Megert2-2/+2
2013-06-26Bug 411166 - Update parent POMs for LunaPaul Webster1-1/+1
2013-05-14Updated copyright dateI20130515-2000I20130514-2000Dani Megert2-2/+2
2013-05-10Bug 395441 - An IAE exception from WorkspaceRoot breaks launch historyI20130512-2000I20130511-1500I20130510-2000Michael Rennie1-0/+1
toolbar menu
2013-05-08Bug 407542 - Check for and remove unused NLS strings in DebugI20130509-2000I20130508-2000Curtis Windatt2-35/+2

Back to the top