Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham1-2/+2
2021-10-15Bug 561995 - Remove dependency to com.ibm.icu from CDT Debug UIMat Booth7-15/+8
2021-05-25Bug 573696: add dummy listener to DebugPluginAnton Backstrom1-0/+23
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham7-19/+27
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov7-27/+19
2020-02-04Move away of the deprecated AbstractUIPlugin.getWorkbenchAlexander Kurtakov3-4/+5
2019-10-11Move away of deprecated imageDescriptorFromPlugin.Alexander Kurtakov1-2/+3
2019-07-10Fix generic and other warningsJonah Graham1-2/+1
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham2-3/+3
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham5-35/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham4-4/+3
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham9-17/+17
2018-11-22Bug 540373: Cleanup: Add missing annotationsJonah Graham1-0/+2
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham6-5/+7
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham67-2298/+2280
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham81-243/+486
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham14-1413/+1413
2018-11-14Bug 516046 - NPE in AbstractDebugTextHover when hovering over undefined macroMarc-Andre Laperle1-0/+3
2017-09-07Core Build - add support for Generic targetDoug Schaefer1-0/+9
2017-02-07Bug 506073 - Support address "range" when adding a memory watchpointAlvaro Sanchez-Leon1-0/+4
2017-01-23Bug 508543 - Reverse Bp Action doesn't display type properly for editingMarc Khouzam1-1/+1
2017-01-17Bug 509895 - GdbBasicCliConsole left running after platform shutdownAlvaro Sanchez-Leon1-0/+9
2017-01-14Typo in error messageMarc Khouzam1-1/+1
2016-12-21CosmeticsMarc Khouzam1-1/+1
2016-11-10bug 498782 - [debug] synchronize selection between the DV and GDBMarc Dumais1-0/+6
2016-10-31Bug 303808: DebuggerConsole shall not be automatically brought to topAlvaro Sanchez-Leon1-2/+8
2016-10-31Simplify API that opens the DebuggerConsoleMarc Khouzam1-5/+2
2016-09-07Bug 303808: Moving old gdb console to Debugger Console viewMarc Khouzam1-1/+1
2016-09-07Bug 303808: Add dedicated debugger console viewMarc Khouzam4-0/+142
2016-07-06Fix generics warnings o.e.cdt.debug.ui.Alexander Kurtakov7-52/+27
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt2-6/+6
2016-03-16Bug 489455 - Add new breakpoint action to run arbitrary debugger commandAlena Laskavaia5-9/+229
2016-03-14Fixed warnings: do not call MessageFormat#format(...) with String[].Jesper Eskilson1-3/+6
2016-03-09Bug 484900: Remove Majority of CDI classesJonah Graham2-13/+1
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam33-123/+123
2015-12-14Cleanups.Alexander Kurtakov1-1/+0
2015-07-31Typo in copyright headerMarc Khouzam1-2/+2
2015-07-16Bug 466516 - Editing a breakpoint action is not immediately reflected in the ...Anton Leherbauer3-24/+39
2015-05-25Bug 464917: Add Line Breakpoint dialog and Breakpoints view menu itemJonah Graham1-1/+5
2015-04-20Bug 464918: Fix broken externalized stringsJonah Graham1-1/+1
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam2-4/+0
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam5-12/+12
2014-10-14Bug 445375 : Watchpoints cannot be disabled for targets that do notTeodor Madan1-4/+39
2014-09-30Bug 445357 Fix breakpoint set on external filesTeodor Madan1-20/+44
2014-07-11Bug 437065 - Import executable wizard will not warn user that there'sIulia Vasii4-7/+54
2014-05-05Bug 433761 - Breakpoint Actions Dialog should not allow creating unnamed actionsTeodor Madan2-1/+38
2014-04-24Bug 433308 - Always show the Common page initially for new breakpointsAnton Leherbauer2-4/+14
2014-04-17Bug 432503: Should not create two bps at same line with "Add breakpoint"Marc Khouzam1-2/+13
2013-02-08Bug 396230 - [breakpoints] In Breakpoint Properties dialog sort and group pages.Pawel Piech1-6/+28
2012-12-13Bug 365776 - [breakpoints] Add breakpoint action to toggle reverseMarc Dumais4-1/+304

Back to the top