Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Fix wrong javadocMarc Khouzam1-2/+2
2016-06-14Cherry picking changes from the CDT 9 branch for Qt and Arduino.Doug Schaefer2-9/+8
2016-05-26Allow to more easily extend GDBControl service.Marc Khouzam4-57/+103
2016-05-25Bug 494504 - Reverse API changes to GdbDebugServicesFactoryJonah Graham1-3/+31
2016-05-02Bug 492779: GdbLaunch#initialize() catches exceptions, then ignores themAlvaro Sanchez-Leon1-5/+5
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt2-2/+2
2016-04-25Bug 489513 - Show registers in the traditional memory renderAlvaro Sanchez-Leon1-0/+239
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt7-22/+22
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon4-1/+456
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt20-45/+45
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt3-4/+4
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt1-9/+9
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt4-8/+8
2016-04-18Bug 491945 - Remove new String()Alex Blewitt2-4/+4
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt2-5/+5
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin1-9/+9
2016-03-30Bug 489278 - [disassembly] hover does not work for registersMarc Dumais1-2/+21
2016-03-29Bug 488661: Simplification of reverse debugging codeMarc Khouzam7-48/+44
2016-03-24Bug 489398 - Support memory spaces in IExpressionDMAdressAlvaro Sanchez-Leon1-5/+47
2016-03-22GDB Automatic remote launch, NP Exception checkAlvaro Sanchez-Leon1-7/+14
2016-03-20Bug 489777: Remove method returning thread as intsMarc Khouzam2-22/+3
2016-03-20Bug 489777 - [API] Replace thread id type from int to StringAlvaro Sanchez-Leon19-90/+79
2016-03-19Bug 472765: use Strings for backend path in Map EntriesJonah Graham1-2/+2
2016-03-19Bug 489683 - Fix typo while changing APIMarc Khouzam1-5/+5
2016-03-19Bug 489683 - Change the breakpoint "number" from an int to a StringMarc Dumais27-245/+271
2016-03-18Bug 489216 - [memory view] memory space sometimes wrongly set, duringMarc Dumais1-6/+7
2016-03-17Bug 488909: Unify services factory classes to extend more easilyMarc Khouzam3-44/+22
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham11-5/+606
2016-03-16parameterized tests gdb testsAlena Laskavaia1-1/+1
2016-03-16Bug 489455 - Add new breakpoint action to run arbitrary debugger commandAlena Laskavaia2-0/+91
2016-03-07Bug 478740: Improve overriding of GDBProcesses serviceMarc Khouzam3-253/+71
2016-03-06CosmeticsMarc Khouzam1-17/+16
2016-03-05Revert "Bug 478740: Improve overriding of GDBProcesses service"Marc Khouzam3-71/+253
2016-03-05CosmeticsMarc Khouzam1-13/+14
2016-03-05Bug 478740: Improve overriding of GDBProcesses serviceMarc Khouzam3-253/+71
2016-03-04Bug 488660 - Refresh reverse toggle on console changes with GDB 7.10raddepal4-2/+149
2016-02-29CosmeticsMarc Khouzam1-103/+105
2016-02-27CosmeticsMarc Khouzam1-7/+4
2016-02-25CosmeticsMarc Khouzam1-1/+1
2016-02-23Missing @since tagsMarc Khouzam1-1/+5
2016-02-22Bug 456116 - Cannot use class fields in GdbLaunchDelegateMarc Khouzam2-41/+34
2016-02-19Bug 478740: Re-order constantsMarc Khouzam1-5/+5
2016-02-19Bug 478740: Changes for supporting Hardware Reverse Debuggingraddepal15-10/+684
2016-02-17Remove deprecated medthods.Marc Khouzam1-51/+1
2016-02-11Bug 487144 - do not attach process if it is already targetted.Teodor Madan3-8/+46
2016-02-11Update copyright datesMarc Khouzam2-2/+2
2016-02-11Move DSF and DSF-GDB plugins to Java 8Marc Khouzam3-5/+5
2016-02-08Qt - cleanup build cases. Add method to GDBLaunch.Doug Schaefer1-8/+19
2016-01-28Bug 486509 - Add support for debugging local Qt apps.Doug Schaefer5-1025/+1430
2016-01-25Bug 485485 - GDBBackend's Startup/Shutdown sequences are hard to extendMarc Khouzam1-230/+265

Back to the top