Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Introduce Core Build launches and Launch Bar integration.Doug Schaefer5-2/+330
2016-07-05Generify o.e.cdt.debug.core.Alexander Kurtakov8-81/+50
2016-04-27Bug 487998: [breakpoints] Editing code while debug is activeStefan Sprenger3-4/+34
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt1-2/+2
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon1-0/+147
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 Graham67-16637/+2
2016-02-19Bug 478740: Changes for supporting Hardware Reverse Debuggingraddepal1-0/+32
2016-02-11Update copyright datesMarc 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 Khouzam117-117/+117
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-09-04Bug 476589 - Cannot open a trace file in a post-mortem sessionMarc Khouzam1-1/+3
2015-05-28Bug 466543. Fixed matching error while importing breakpointsDan Ungureanu1-0/+164
2015-04-22Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb toMarc Khouzam1-1/+30
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam16-27/+27
2015-01-09Cosmetics.Sergey Prigogin2-26/+1
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon6-0/+380
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-05-05Bug 433761 - Breakpoint Actions Dialog should not allow creating unnamed actionsTeodor Madan1-26/+22
2014-05-01Bug 400628 - Support Dynamic PrintfMarc Khouzam11-25/+458
2014-04-11Fixed compiler warnings.Sergey Prigogin2-18/+8
2014-04-10Bug 335180 - Remote debugging and virtual folders =>Mikhail Khodjaiants1-5/+16
2014-02-24Bug 427898: Allow changing breakpoint typeTeodor Madan1-0/+5
2013-12-02Bug 418710 - Provide a way to disable "View memory" menu per expressionMarc Khouzam1-0/+32
2013-09-13Bug 417199 - Fix project-less debugMarc Khouzam1-2/+2
2013-09-06Bug 415304 - project_loc, project_name and project_path variables inSergey Prigogin9-45/+555
2013-08-11Bug 382462 - Allow debugging without binary parsers enabledMarc-Andre Laperle1-4/+10
2013-04-30Bug 244865 – Support for Step Into Selectionaleon1-0/+20
2013-01-23Bug 344890 - [remote] Cannot start a new process on a remote target withMikhail Khodjaiants1-0/+22
2013-01-21Revert "Bug 344890 - [remote] Cannot start a new process on a remote target w...Mikhail Khodjaiants1-22/+0
2013-01-21Bug 344890 - [remote] Cannot start a new process on a remote target withMikhail Khodjaiants1-0/+22
2012-12-13Bug 365776 - [breakpoints] Add breakpoint action to toggle reverseMarc Dumais1-0/+37
2012-11-29Bug 392512 - Support GDB breakpoint notificationsMikhail Khodjaiants2-0/+88

Back to the top