aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-06-30debug: Don't rely on RISCV envTim Newsome1-3/+0
2023-06-27Add a way to exclude tests by specifying an exclusion fileMarek Vrbka1-1/+2
2021-06-08Tweaks for multispike. (#339)Tim Newsome1-3/+9
2021-05-07Test daisy chained homogeneous spike instances. (#334)Tim Newsome1-1/+1
2021-01-07Stop testing `-rtos riscv`. (#314)Tim Newsome1-3/+3
2019-12-10Improve parallellism in debug test Makefile (#223)Tim Newsome1-7/+13
2019-03-11Add SmpSimultaneousRunHalt test. (#181)Tim Newsome1-0/+3
2019-02-14Test `-rtos hwthread` (#178)Tim Newsome1-1/+2
2018-03-01Test debugging with/without a program bufferTim Newsome1-1/+1
2017-12-21Add all-tests target.Tim Newsome1-1/+3
2017-09-29Fix tests to work in multi-gdb mode.Tim Newsome1-1/+1
2017-08-28Make the debug tests aware of multicore.Tim Newsome1-2/+2
2017-08-11When make fails to run a test, print out the log.Tim Newsome1-1/+2
2017-08-11Don't use `set pipefail` which is a bashism.Tim Newsome1-7/+5
2017-08-11Don't eat errors in debug Makefile.Tim Newsome1-0/+1
2017-08-10Don't run debug tests as part of build.Tim Newsome1-1/+1
2017-08-10Pylint target files as well.Tim Newsome1-1/+1
2017-07-21Only clean up logfiles that we know we created.Tim Newsome1-1/+1
2017-06-26Move target definition into individual files.Tim Newsome1-1/+1
2017-05-17Show the debug logs to stdout, to avoid travis timeoutsPalmer Dabbelt1-1/+1
2017-05-15Have the openocd invocation match the spike invocationPalmer Dabbelt1-1/+1
2017-05-15Don't build openocd here, it's in riscv-tools nowPalmer Dabbelt1-1/+5
2017-05-15debug: fix the make target for debug-checkMegan Wachs1-19/+2
2017-04-18bump OpenOCD versionMegan Wachs1-1/+1
2017-04-17debug: Checkpoint restoring Spike functionalityMegan Wachs1-1/+18
2017-03-03Resurrect spike debug supportPalmer Dabbelt1-1/+1
2016-12-27Clean up .pyc files.Tim Newsome1-1/+1
2016-09-15Rewrite debug testing.Tim Newsome1-3/+6
2016-07-25Display log file during build if testing fails.Tim Newsome1-5/+3
2016-07-19Run debug tests from main Makefile.Tim Newsome1-2/+8
2016-07-19Be verbose, since output is going to a log file.Tim Newsome1-2/+2
2016-07-19Add Makefile.Tim Newsome1-0/+12