Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Bug 515296: Changed the message when only AddressYannick Mayeur2-2/+10
2017-04-28Bug 515296: New Preferences for Source not found EditorPierre Sachot5-41/+111
2017-04-21Bug 515296: Adding choice to not show editor againPierre Sachot5-0/+46
2017-04-20Bug 515296: changed the color of the error messageYannick Mayeur1-34/+76
2017-04-20Bug 515296: Cosmetics.Jonah Graham1-99/+103
2017-04-05Bug 510879: Remove requirement for suspended context in Disassembly ViewStephen Flynn1-1/+1
2017-02-07Bug 506073 - Support address "range" when adding a memory watchpointAlvaro Sanchez-Leon1-0/+4
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-23Bug 508543 - Reverse Bp Action doesn't display type properly for editingMarc Khouzam1-1/+1
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
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-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 Dumais2-0/+11
2016-10-31Bug 303808: DebuggerConsole shall not be automatically brought to topAlvaro Sanchez-Leon2-2/+43
2016-10-31Simplify API that opens the DebuggerConsoleMarc Khouzam3-19/+5
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 Khouzam2-3/+71
2016-09-07Bug 303808: Add dedicated debugger console viewMarc Khouzam12-0/+920
2016-07-06Fix generics warnings o.e.cdt.debug.ui.Alexander Kurtakov26-190/+114
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 Blewitt12-34/+34
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-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 Eskilson4-8/+12
2016-03-09Bug 484900: Remove Majority of CDI classesJonah Graham84-8253/+16
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

Back to the top