Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-05Bug 510879: Remove requirement for suspended context in Disassembly ViewStephen Flynn1-1/+1
2017-02-07Bug 510924 - Alt+Enter on breakpoint shows incomplete properties dialogMarc Dumais1-1/+6
2017-01-30Bug 511029 - Debug views become permanently pinned...Bruno Medeiros1-4/+9
2017-01-19Bug 303808: Example of ConsolePageParticipant for Debugger ConsoleMarc Khouzam1-1/+24
2017-01-19Bug 303808: Make it easier to extend Debugger Console pagesMarc Khouzam1-0/+5
2017-01-19Bug 303808 Allow page participants for GdbFullCliConsole.Stephen Flynn2-4/+289
2016-11-18Bug 507752 - [debugger console] Check if view is opened in perspectiveAlvaro Sanchez-Leon1-1/+1
2016-11-14Don't force the GDB console to be shown when created.Marc Khouzam1-2/+7
2016-11-10bug 498782 - [debug] synchronize selection between the DV and GDBMarc Dumais1-0/+5
2016-10-31Bug 303808: DebuggerConsole shall not be automatically brought to topAlvaro Sanchez-Leon1-0/+35
2016-10-31Simplify API that opens the DebuggerConsoleMarc Khouzam2-14/+3
2016-10-31Fix DebuggerConsoleManager#showConsoleView() not showing the consoleMarc Khouzam1-1/+4
2016-10-12Updates for Core Build.Doug Schaefer1-22/+0
2016-09-12Add empty tab group and icon for core build local launches.Doug Schaefer1-0/+22
2016-09-12Introduce Core Build launches and Launch Bar integration.Doug Schaefer2-1/+40
2016-09-07Bug 303808: Add a terminate button to the debugger console viewAlvaro Sanchez-Leon2-0/+3
2016-09-07Bug 303808: Moving old gdb console to Debugger Console viewMarc Khouzam1-2/+70
2016-09-07Bug 303808: Add dedicated debugger console viewMarc Khouzam8-0/+778
2016-07-06Fix generics warnings o.e.cdt.debug.ui.Alexander Kurtakov19-138/+87
2016-04-27Bug 487998: [breakpoints] Editing code while debug is activeStefan Sprenger1-3/+6
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt1-1/+1
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt10-28/+28
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt2-4/+4
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt3-8/+8
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin1-2/+2
2016-04-13Bug 472765: Delete dead classesJonah Graham2-631/+0
2016-04-08Bug 472765: Better wording on labelJonah Graham1-1/+1
2016-03-29Bug 488661: Simplification of reverse debugging codeMarc Khouzam1-27/+27
2016-03-23Bug 488661 - Moving the last trace method to GdbReverseToggleCommandraddepal1-13/+7
2016-03-19Bug 472765: use Strings for backend path in Map EntriesJonah Graham3-25/+24
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham3-3/+23
2016-03-14Fixed warnings: do not call MessageFormat#format(...) with String[].Jesper Eskilson3-5/+6
2016-03-09Bug 484900: Remove Majority of CDI classesJonah Graham82-8240/+15
2016-02-29Bug 478740: Cleanup reverse toggle image handlingMarc Khouzam1-17/+12
2016-02-26Bug 478740: Attempt to make reverse icons more informativeMarc Khouzam1-4/+4
2016-02-25Bug 478740: Add Switch off tracing optionraddepal1-6/+10
2016-02-23Bug 478740: Remove Reverse Debug dialog preference Marc Khouzam5-28/+6
2016-02-23Bug 478740: Missing externalized stringsMarc Khouzam3-7/+50
2016-02-23CosmeticsMarc Khouzam1-103/+92
2016-02-22CosmeticsMarc Khouzam1-4/+1
2016-02-19Bug 478740: Changes for supporting Hardware Reverse Debuggingraddepal3-54/+217
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam202-203/+203
2015-12-14Cleanups.Alexander Kurtakov1-1/+0
2015-09-22Bug 474946 - Initialization Code must be run asynchronouslyMartin Schreiber1-12/+18
2015-09-11Bug 477112 - Fix compilation error caused by JFace TableTreeViewer removalMarc-Andre Laperle1-17/+2
2015-08-17Bug 474179: Require file name to be absolute and existJonah Graham2-1/+18
2015-08-03Bug 474054 - Null Pointer Exception in "Properties for C/C++ Watchpoint"Alvaro Sanchez-Leon1-2/+9
2015-07-27Follow-up on bug 439631 - escape also the path for function dynamic printfAnton Leherbauer1-3/+3
2015-07-14Validate breakpoint string fields also on mouse clicksAnton Leherbauer1-0/+17
2015-07-14Fix capitalization of Run to Line, Move to Line, etc.Anton Leherbauer2-3/+3

Back to the top