Use correct macro to guard floating-point initialization
[riscv-tests.git] / debug / testlib.py
2016-12-27 Tim NewsomeUse compressed code if the target supports it.
2016-12-13 Tim NewsomeMerge pull request #38 from richardxia/disable_tcl_and_...
2016-12-12 Richard XiaDisable tcl and telnet servers when running OpenOCD...
2016-12-08 Tim NewsomeNicely display compile failures.
2016-12-08 Tim NewsomeDon't eat compile errors.
2016-12-08 Tim NewsomeFix race when finding the port OpenOCD is using.
2016-11-11 Tim NewsomeMerge pull request #35 from richardxia/have-openocd...
2016-11-10 Richard XiaDecrease sleep time to 0.1s.
2016-11-04 Richard XiaTell OpenOCD to pick an unused port, and use lsof to...
2016-10-31 Tim NewsomeAdd basic floating point register test.
2016-10-20 Tim NewsomeTest OpenOCD step and resume.
2016-10-19 Tim NewsomeFix conflict: JTAG VPI changes vs openocd refactor
2016-10-19 Tim NewsomeMerge pull request #34 from richardxia/use-port-randomi...
2016-10-18 Richard XiaPull port number from VCS output and pass to OpenOCD.
2016-10-18 Tim NewsomeAdd framework to test OpenOCD directly.
2016-10-18 Richard XiaRandomize gdb port.
2016-10-14 Tim NewsomeWait for OpenOCD to start fully before connecting.
2016-09-30 Tim NewsomeTolerate remotes that return memory read errors.
2016-09-20 Tim NewsomeMinor tweaks to trigger tests for openocd.
2016-09-15 Tim NewsomeRewrite debug testing.
2016-09-02 Tim NewsomeLimit spike RAM so I can run valgrind on it.
2016-09-01 Tim NewsomeAdd test for address triggers.
2016-08-23 Tim NewsomeMerge pull request #24 from richardxia/declare-dependencies
2016-08-23 Richard XiaAdd requirements.txt and reorder imports by type.
2016-08-12 Tim NewsomeMerge pull request #21 from sifive/add_freedom_sim_targets
2016-08-08 Megan WachsSome code cleanup
2016-08-08 Megan WachsAdded FreedomE300 Simulator target
2016-08-08 Megan WachsMerge remote-tracking branch 'origin/master'
2016-07-28 Tim NewsomeAdd --gdb argument so I can run valgrind on gdb.
2016-07-20 Andrew WatermanMerge pull request #17 from timsifive/debug
2016-07-19 Tim NewsomeAdd Makefile.
2016-07-19 Tim Newsomeflush spike log after initial write.
2016-07-19 Tim NewsomeTurn off debugging.
2016-07-19 Tim NewsomeWrite command to logfile.
2016-07-19 Tim NewsomeIncrease "load" timeout.
2016-07-19 Tim NewsomeFix hwbp test.
2016-07-19 Tim NewsomeAdd hwbp test (currently doesn't pass).
2016-07-19 Tim NewsomeMake tests work with broken 32-bit compiler.
2016-07-19 Tim NewsomeAdd simple register tests.
2016-07-19 Tim NewsomeAdd block test.
2016-07-19 Tim NewsomeAll tests pass with spike now.
2016-07-19 Tim NewsomeMade some progress towards working with spike.
2016-07-19 Tim NewsomeWIP on debug testing.