aboutsummaryrefslogtreecommitdiff
path: root/debug/testlib.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Improve parallellism in debug test Makefile (#223)Tim Newsome1-8/+15
2019-11-22Move to Python 3. (#218)Tim Newsome1-37/+38
2019-10-15Add support to run all tests against HiFive Unleashed. (#212)Tim Newsome1-1/+3
2019-09-24Look for binaries in $PATH. (#208)Tim Newsome1-7/+4
2019-08-02Miscellaneous minor test improvements (#199)Tim Newsome1-8/+9
2019-07-15Make tests work with RV32E targets. (#196)Tim Newsome1-7/+1
2019-07-15Use work area in spike-1 to cover CRC algorithm. (#195)Tim Newsome1-1/+4
2019-06-14Work better with mainline gdb (#192)Tim Newsome1-15/+38
2019-05-16Cover with/without halt groups. (#191)Tim Newsome1-7/+14
2019-04-08Test lack of abstract CSR access. (#187)Tim Newsome1-2/+5
2019-04-04Test simultaneous resume using hasel. (#186)Tim Newsome1-1/+6
2019-03-11Add SmpSimultaneousRunHalt test. (#181)Tim Newsome1-10/+20
2019-02-14Test `-rtos hwthread` (#178)Tim Newsome1-11/+10
2018-12-31Add testing of run-test/idle cases.Tim Newsome1-1/+10
2018-12-03Reduce download size a bit.Tim Newsome1-2/+1
2018-10-31Fix remaining tests to work from flash:Tim Newsome1-2/+5
2018-10-29Tweak debug tests to run out of flash.Tim Newsome1-1/+3
2018-10-05Make HwWatchpoint test fail on incorrect result.hw_watchpointTim Newsome1-1/+1
2018-10-03Added tests for hw and sw watchpointscgsfv1-0/+15
2018-08-31Fix CustomRegisterTest.Tim Newsome1-4/+4
2018-08-29Add test case for `riscv expose_custom`.Tim Newsome1-0/+12
2018-08-23Get all of the log into the final log fileTim Newsome1-6/+20
2018-06-18Add reproduce line to the end of debug test logsTim Newsome1-0/+2
2018-05-18Fix MulticoreRunHaltStepiTestTim Newsome1-4/+9
2018-05-14Merge remote-tracking branch 'origin/downloadtest' into debug-tests-more-singleMegan Wachs1-4/+7
2018-05-14Make DownloadTest properly park other harts.Tim Newsome1-4/+7
2018-05-11debug: output some more useful info into the post-mortem dataMegan Wachs1-0/+5
2018-04-24Fix race when making logs directoryTim Newsome1-1/+5
2018-04-09Compute gdb command timeout based on ops estimateTim Newsome1-13/+17
2018-03-27Test debug authentication.Tim Newsome1-0/+1
2018-03-23Print log filename at the end of the log.Tim Newsome1-0/+1
2018-03-01Test debugging with/without a program bufferTim Newsome1-1/+6
2018-02-09Test resuming from a trigger.resume_from_triggerTim Newsome1-0/+1
2018-01-08Deal with gdb reporting pmpcfg0 not existing.Tim Newsome1-0/+9
2018-01-05Add test for multicore failureTim Newsome1-5/+12
2017-12-27Test FPRs that aren't XLEN in size.Tim Newsome1-4/+8
2017-12-20Remove `set arch riscv:rv%d`Tim Newsome1-1/+0
2017-12-12Display env variables used when invoking OpenOCDTim Newsome1-1/+6
2017-11-30Clean up VcsSim init()Tim Newsome1-2/+12
2017-11-19Ensure log file is fully written before reading itTim Newsome1-0/+1
2017-11-19Make pylint happy.Tim Newsome1-2/+3
2017-11-16Debug: Use the --32 and --64 command line arguments (#97)Megan Wachs1-6/+12
2017-11-02Add --print-log-names to print temp log names ASAPTim Newsome1-5/+15
2017-11-02Ensure gdb connection failures end up in main log.Tim Newsome1-9/+18
2017-11-02debug: Need to apply remotetimeout before connecting to remote target (#94)Megan Wachs1-6/+7
2017-11-01Make pylint 1.6.5 happy.Tim Newsome1-2/+1
2017-11-01Fix MulticoreRegTest.Tim Newsome1-1/+11
2017-10-04Merge pull request #79 from riscv/multigdbTim Newsome1-79/+168
2017-09-29Make ExamineTarget multi-core aware.Tim Newsome1-18/+23
2017-09-29Fix tests to work in multi-gdb mode.Tim Newsome1-70/+168