Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Introduce Core Build launches and Launch Bar integration.Doug Schaefer9-5/+358
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-07-05Generify o.e.cdt.debug.core.Alexander Kurtakov8-81/+50
2016-06-30Remove old .cvsignore filesMarc Khouzam1-2/+0
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
2016-04-27Bug 487998: [breakpoints] Editing code while debug is activeStefan Sprenger3-4/+34
2016-04-25Bug 492210 - Remove ChangeLog files from projectAlex Blewitt2-3527/+0
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt1-2/+2
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon2-1/+149
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-1/+1
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt7-24/+24
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin4-4/+4
2016-04-12Bug 472765 and Bug 386675: Deprecate/comment on problem with createPathJonah Graham1-0/+11
2016-03-29Add javadocMarc Khouzam1-0/+4
2016-03-29Bug 488661: Simplification of reverse debugging codeMarc Khouzam1-9/+17
2016-03-23Bug 488661 - Moving the last trace method to GdbReverseToggleCommandraddepal1-0/+2
2016-03-19Bug 472765: use Strings for backend path in Map EntriesJonah Graham5-32/+136
2016-03-17Bug 484900: Cleanup of CSourceLookupDirector post CDI removalJonah Graham1-135/+0
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham2-2/+37
2016-03-16Bug 489455 - Add new breakpoint action to run arbitrary debugger commandAlena Laskavaia1-0/+26
2016-03-14Fixed warnings: do not call MessageFormat#format(...) with String[].Jesper Eskilson1-2/+2
2016-03-09Bug 484900: Remove Majority of CDI classesJonah Graham216-22599/+34
2016-02-19Bug 478740: Changes for supporting Hardware Reverse Debuggingraddepal3-2/+34
2016-02-17Incremented version of org.eclipse.cdt.core to 6.0.Sergey Prigogin1-5/+5
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
2016-01-17Bug 484911: Clean up source directorsJonah Graham1-9/+43
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam122-122/+122
2015-12-11Cosmetics.Sergey Prigogin2-33/+12
2015-12-11Cosmetics.Sergey Prigogin1-7/+0
2015-11-26incorrect source lookup fallback when file is not in workspaceAlena Laskavaia1-11/+14
2015-10-01Bug 478803 and Bug 478805: add tests for source lookupJonah Graham1-3/+4
2015-09-04Bug 476589 - Cannot open a trace file in a post-mortem sessionMarc Khouzam1-1/+3
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-28Bug 466543. Fixed matching error while importing breakpointsDan Ungureanu2-0/+211
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-04-22Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb toMarc Khouzam3-3/+32
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam16-27/+27
2015-02-11Remove unnecessary .api_filtersMarc Khouzam1-57/+0
2015-01-09Cosmetics.Sergey Prigogin2-26/+1
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon8-7/+395
2014-11-14fixed NPE in DebugStringVariableSubstitutor when var cannot be resolvedAlena Laskavaia1-0/+2
2014-10-14Bug 445375 : Watchpoints cannot be disabled for targets that do notTeodor Madan1-7/+4
2014-09-26Bug 444736 - Importing a subset of exported breakpoints often logs exceptionsAnton Leherbauer2-15/+27
2014-09-25Bug 444395 - Must synchronize creation of bp extensionMarc Khouzam1-38/+45
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-05-05Bug 433761 - Breakpoint Actions Dialog should not allow creating unnamed actionsTeodor Madan1-26/+22
2014-05-01Bug 400628 - Support Dynamic PrintfMarc Khouzam15-29/+527
2014-04-21Enable API tooling for o.e.cdt.debug.ui.memory.traditionalMarc Khouzam1-1/+1

Back to the top