Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 Duft7-6/+182
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 Duft5-0/+686
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 Sinha5-107/+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 Keller1-4/+4
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-09Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencySarika Sinha5-75/+453
Change-Id: I62043723be1a1448ba3fe38e60b0e67f10c5df05
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-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-03-03Bug 461219 - Compile warnings in official buildI20150303-0800Sarika Sinha2-70/+69
Change-Id: I48f14fe5c9ee51a09ede0bc30380cb8e55b5ada2
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert8-40/+50
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-24Bug 438621 - [step filtering] Provide an extension point to enhanceMike Rennie6-10/+15
methods step filtering - version / header / since tag updates
2014-07-23[bug 438621][debug]: provided step filters extension pointakosyakov6-1/+194
Change-Id: I26b55e35ab210527d52516cefc216ec40576c1d8 Signed-off-by: akosyakov <anton.kosyakov@itemis.de>
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>
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 Rennie2-2/+0
settings
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie91-3271/+3773
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
2013-04-02Bug 395441 - An IAE exception from WorkspaceRoot breaks launch historyMike Rennie1-15/+17
toolbar menu
2013-02-06Bug 156134 - debug.core should reexport dependencies whose API isv20130206-164052Mike Rennie1-12/+14
exposed
2012-10-25Bug 387504 comment 13: Bugs in program argument parsing (compared to command ↵v20121025-124248Markus Keller1-28/+0
line) Reverted special treatment of Windows arguments in DebugPlugin.exec(..)
2012-09-28Bug 387504: Bugs in program argument parsing (compared to command line)v20120928-144435Markus Keller1-1/+1
2012-09-26Bug 387504: Bugs in program argument parsing (compared to command line)Markus Keller1-1/+1
Fixed ArgumentTests.testProgramArgEmptyString
2012-09-05Bug 387504 - Bugs in program argument parsing (compared to command line)v20120905-155951Markus Keller1-99/+256
2012-07-12Bug 384844 - Add a current time variable and resolver v20120712-022927I20120717-0800Curtis Windatt3-2/+56
2012-07-12Bug 285720 - [debug view] Add working directory + environment to processv20120712-020330Mike Rennie1-3/+26
properties
2012-05-15Fix Copyrights.Pawel Piech1-1/+1
2012-03-28Fixed bug 371687: Deadlocks on workspace startupv20120328-1140Dani Megert3-15/+32
2012-03-19Bug 374268 - Use the DebugTrace object to print to trace filesv20120319-1845Mike Rennie3-11/+43
2012-02-29Bug 280602 - [launch] Updatev20120229-2138Mike Rennie1-1/+19
LaunchConfigurationTabGroupViewer.verifyName() with information about type of configuration
2012-02-15Bug 370604 - Use new dynamic tracing optionsv20120215-2211Mike Rennie2-32/+44
2011-11-15Bug 345298 - [breakpoints] BreakpointManager deadlocks trying to restorev20111115-2020Mike Rennie3-17/+19
breakpoints

Back to the top