Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Provide a timeout for query that might run in UI thread.Marc Khouzam1-2/+7
2016-05-02Bug 492779: GdbLaunch#initialize() catches exceptions, then ignores themAlvaro Sanchez-Leon1-5/+5
2016-04-28Bug 486955 - Add "Stop on startup" option to "Debug New Executable"Mikhail Khodjaiants4-34/+157
2016-04-27Bug 485107: ensure correct adapter factory is being usedJonah Graham3-0/+17
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt2-2/+2
2016-04-25Bug 489513 - Show registers in the traditional memory renderAlvaro Sanchez-Leon2-1/+241
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt12-37/+37
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon6-3/+635
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt28-60/+60
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt9-24/+24
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 Blewitt7-21/+22
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin1-9/+9
2016-04-13Bug 472765: Restore test comments post refactoringJonah Graham1-39/+76
2016-04-07Replace hard-coded versions with constantsMarc Khouzam13-47/+57
2016-04-07Provide Supported and Unsupported lists of GDB versionsMarc Khouzam4-19/+38
2016-03-31CosmeticsMarc Khouzam1-11/+9
2016-03-30Bug 489278 - [disassembly] hover does not work for registersMarc Dumais1-2/+21
2016-03-29Bug 488661: Simplification of reverse debugging codeMarc Khouzam10-107/+144
2016-03-24Bug 489398 - Support memory spaces in IExpressionDMAdressAlvaro Sanchez-Leon1-5/+47
2016-03-23Bug 488661 - Moving the last trace method to GdbReverseToggleCommandraddepal1-6/+22
2016-03-22GDB Automatic remote launch, NP Exception checkAlvaro Sanchez-Leon1-7/+14
2016-03-22Don't require gdbserver to be present for local tests to passMarc Khouzam1-15/+71
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-Leon29-162/+218
2016-03-19Bug 472765: use Strings for backend path in Map EntriesJonah Graham4-14/+135
2016-03-19Bug 488950 - Remove "New..." button from 'Connect' dialogueMarc Khouzam6-126/+15
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 Dumais32-311/+337
2016-03-19Support -Dcdt.tests.dsf.gdb.versions=all for gdb testsAlena Laskavaia1-1/+6
2016-03-19Fix version range check in SourceLookupTestJonah Graham1-4/+2
2016-03-18Bug 489216 - [memory view] memory space sometimes wrongly set, duringMarc Dumais1-6/+7
2016-03-18Flattening rest of gdb testsAlena Laskavaia345-11537/+1786
2016-03-18Bug 472765: Add extra sourceLookup testMarc Khouzam1-0/+38
2016-03-17Bug 488909: Unify services factory classes to extend more easilyMarc Khouzam6-86/+27
2016-03-17gdb catchpoints registers tests cleanupAlena Laskavaia67-834/+207
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham12-58/+906
2016-03-16parameterized tests gdb testsAlena Laskavaia57-1797/+1297
2016-03-16Bug 489455 - Add new breakpoint action to run arbitrary debugger commandAlena Laskavaia2-0/+91
2016-03-15adding repeater to some intermittent testsAlena Laskavaia2-7/+29
2016-03-14Fixed warnings: do not call MessageFormat#format(...) with String[].Jesper Eskilson1-3/+4
2016-03-14InterimittentRule generic junit ruleAlena Laskavaia2-0/+95
2016-03-09Bug 484900: Remove Majority of CDI classesJonah Graham1-9/+0
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

Back to the top