Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Bug 535802 - EPL-2.0 for platform.debug plug-insY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel202-606/+1212
2018-07-28Bug 312397 - Run Configuration Command Line to ClipboardI20180729-0800I20180728-1500I20180728-0805Sarika Sinha4-3/+64
2018-07-19Bug 521038 - [refactoring] Replace anonymous Runnable classes by lambdaAlexander Kurtakov3-25/+12
2018-07-11Bug 536681 - [ZipSlip] ArchiveSourceContainer can create ZipEntryStorageY20180712-0200I20180712-2000I20180711-2000Sarika Sinha1-11/+22
2018-06-19Added toString() to a Breakpoint for debugging debuggerAndrey Loskutov1-0/+12
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.debug.coreKarsten Thoms89-545/+539
2018-05-09Bug 533788 - Use StandardCharsetsI20180509-0800Alexander Kurtakov2-4/+4
2018-05-03Using StringBuilder instead of StringBuffer in org.eclipse.debug.coreLars Vogel10-23/+23
2018-04-24Remove redundant type arguments in o.e.debug.core.Alexander Kurtakov29-875/+199
2018-04-18Bug 533788 - Use StandardCharsetsI20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov1-97/+7
2018-01-11Bug 529635 - [sonar] Resolve "Possible null pointer dereference"I20180114-2000I20180113-1500I20180112-2000René Purrio1-2/+2
2017-12-11Bug 41353 - Launch configuration prototypesI20171211-2000Axel Richard14-73/+1053
2017-11-08Bug 527018 - [refactoring] Replace use of Number constructors by valueOfI20171113-2000I20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000Karsten Thoms1-1/+1
2017-09-08Revert "Bug 521038 - Replaced anonymous Runnable classes by lambda expression"Alexander Kurtakov3-11/+24
2017-09-06Bug 521038 - Replaced anonymous Runnable classes by lambda expressionI20170906-2000I20170906-0815Karsten Thoms3-24/+11
2017-08-07Bug 520273 - synchronize access to group subLaunchesI20170906-0225Markus Duft1-54/+69
2017-08-07Bug 519684 - don't execute post launch actions when adoptingMarkus Duft1-6/+16
2017-06-05Bug 517740: [Launch Group] Externalisation of strings broke Group LaunchNoopur Gupta3-3/+3
2017-05-04Fixed bug 516076: GVT47 : Non-externalized strings in Launch mode dropI20170504-2000Noopur Gupta3-4/+6
2017-04-28Bug 515941 - ConcurrentModificationException inY20170504-1000I20170503-2000I20170502-2000I20170501-2000I20170430-2000I20170429-2000I20170429-1330I20170429-1230I20170428-2000I20170428-0830I20170428-0700I20170428-0550Andrey Loskutov1-6/+17
2017-04-28Bug 515941 - code cleanup before fixAndrey Loskutov1-19/+4
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
2017-02-06Bug 508718 - Allow groups to catch up with renames in launch configsMarkus Duft2-0/+67
2017-02-06Bug 510990 - don't FAIL if regex doesn't match, but don't continueMarkus Duft3-8/+10
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
2017-01-13Launch Groups: Support to wait for output on child stdoutMarkus Duft7-6/+182
2017-01-12Launch Groups: Support to skip running launchesMarkus Duft2-17/+41
2017-01-12Initial contribution of LaunchGroupTestsY20170112-1300Y20170112-1000I20170112-2000Markus Duft1-1/+3
2017-01-02Bug 509825 - ResourceException below BreakpointManager$5.run (thrown inI20170105-0320I20170105-0230I20170104-2000I20170104-0800I20170103-2000Andrey Loskutov1-1/+5
2016-11-30Initial contribution of Launch GroupsMarkus Duft5-0/+686
2016-11-09Bug 506182 - Launch is not multi-thread safeAndrey Loskutov1-61/+149
2016-10-27Bug 501245 - Trigger points -- API deficienciesY20161103-1000I20161108-1015I20161108-0800Sarika Sinha5-107/+118
2016-09-14Bug 501333 - Trigger Points -- remove "Active Trigger" stateY20160915-1000I20160915-0230I20160915-0200I20160914-2300I20160914-2000I20160914-0800Sarika Sinha4-83/+15
2016-09-13Bug 501315 - Disabled by trigger icon not updated in Breakpoints viewI20160914-0430I20160914-0030I20160913-2000I20160913-0800Sarika Sinha1-0/+1
2016-09-12Bug 488664: [Breakpoints] Ability to set up Breakpoint dependencyI20160912-2000I20160912-1005Markus Keller1-4/+4
2016-09-12Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0800Sarika Sinha3-12/+12
2016-09-12Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0430I20160912-0225Sarika Sinha1-1/+0
2016-09-09Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencySarika Sinha5-75/+453
2016-06-10Bug 469193 - Eclipse doesn't close debug session after project is closedSarika Sinha1-2/+8
2016-01-25Bug 486157: Adapt to ListenerList changesI20160126-0800I20160125-2000I20160125-0800Markus Keller1-6/+6
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha5-75/+52
2016-01-04Bug 484882: Synchronize access to fSortedConfigNamesI20160112-1800I20160112-0800I20160105-1000I20160105-0800Jonah Graham1-2/+2
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt4-9/+9
2015-03-03Bug 461219 - Compile warnings in official buildI20150303-0800Sarika Sinha2-70/+69
2015-02-20Fixed bug 460417: Fix compiler problems from generified IAdaptable#getAdapter...Dani Megert8-40/+50
2015-02-06Bug 459310: New API: DebugPlugin#splitArguments(String)I20150217-0800I20150210-0800Markus Keller1-1/+6
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
2014-08-07Removed unnecessary @SuppressWarnings("unused")Dani Megert1-1/+1

Back to the top