Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-01Adding GDB 7.11.1 to the download-build-gdb.sh scriptAlvaro Sanchez-Leon1-1/+1
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-1/+1
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt1-5/+5
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt4-14/+15
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-22Don't require gdbserver to be present for local tests to passMarc Khouzam1-15/+71
2016-03-20Bug 489777 - [API] Replace thread id type from int to StringAlvaro Sanchez-Leon3-27/+27
2016-03-19Bug 472765: use Strings for backend path in Map EntriesJonah Graham1-12/+31
2016-03-19Bug 489683 - Change the breakpoint "number" from an int to a StringMarc Dumais5-66/+66
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-18Flattening rest of gdb testsAlena Laskavaia345-11537/+1786
2016-03-18Bug 472765: Add extra sourceLookup testMarc Khouzam1-0/+38
2016-03-17gdb catchpoints registers tests cleanupAlena Laskavaia67-834/+207
2016-03-17Bug 472765: Use gdb's "set substitute-path from to"Jonah Graham1-53/+300
2016-03-16parameterized tests gdb testsAlena Laskavaia56-1796/+1296
2016-03-15adding repeater to some intermittent testsAlena Laskavaia2-7/+29
2016-03-14InterimittentRule generic junit ruleAlena Laskavaia2-0/+95
2016-02-25Remove unnecessary setting of GDB version for non-stop tests.Marc Khouzam36-216/+0
2016-02-25Add Inferior exit code testMarc Khouzam5-5/+77
2016-02-25Create DSF-GDB tests for GDB 7.11Marc Khouzam31-2/+721
2016-02-24Update script for GDB 7.11Marc Khouzam1-1/+1
2016-02-24Bug 472765: Fix occasional exception during testJonah Graham2-6/+24
2016-02-15Bug 487762 - [tests] MIRegistersTests # frameSpecificValues() - fixMarc Dumais1-2/+3
2016-02-11Update copyright datesMarc Khouzam9-9/+9
2016-02-08dsf-gdb: Disable non-stop tests for targets that do not support itMarc-Andre Laperle46-0/+367
2016-02-01Missing copyright header.Marc Khouzam1-1/+8
2016-01-19Bug 472765: change from easymock to mockitoJonah Graham2-13/+11
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
2016-01-17Bug 484911: Clean up source directorsJonah Graham1-0/+35
2016-01-06Bug 472765: more complete tests for source path mappingJonah Graham11-70/+798
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam142-142/+142
2015-12-14Update GDB download script for 7.10.1Marc Khouzam1-2/+2
2015-12-03Bug 474648 - Wrong arguments are passed to a program in debug modeSergey Grant1-25/+63
2015-10-30Modify properties to make them easier to use.Marc Khouzam1-4/+4
2015-10-26Add dsf.gdb.tests.timeout.multiplier property to pom.xmlMarc-Andre Laperle1-2/+2
2015-10-01Bug 478803 and Bug 478805: add tests for source lookupJonah Graham46-30/+747
2015-09-25Replace hack to obtain full pathMarc Khouzam1-17/+4
2015-09-16Fix MIMemoryTest.java:asynchronousReadWrite for architectures with fWordSize > 1Simon Marchi1-4/+5
2015-09-04Have Debug's automated tests use the new GDB 7.10Marc Khouzam1-2/+2
2015-08-31Add version 7.10 to GDB download and build scriptSimon Marchi1-1/+1
2015-08-06MIRegistersTest fixesSimon Marchi1-6/+11
2015-07-17Disable remote detach test case for 7.5Marc Khouzam2-2/+31
2015-07-17Disable restart test in case of remote debuggingMarc Khouzam2-4/+11
2015-06-23Create tests for GDB 7.10Marc Khouzam29-1/+745
2015-06-22Change way to skip building of gdb docSimon Marchi1-10/+3
2015-06-22[dsf-gdb] tests: Check if a line tag is defined more than onceSimon Marchi1-5/+9
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1

Back to the top