debug: Allow skipping the ExamineTarget step by specifying misa
[riscv-tests.git] / debug / testlib.py
2017-05-16 Megan Wachsdebug: Allow skipping the ExamineTarget step by specify...
2017-05-16 Palmer DabbeltMerge pull request #47 from riscv/debug-0.13
2017-05-16 Palmer DabbeltLink the infinate loop at 0x10000000
2017-05-16 Palmer DabbeltMerge pull request #48 from riscv/tests
2017-05-15 Palmer DabbeltDisable another PRIV mention, for now
2017-05-15 Palmer DabbeltDon't rely on Spike's default ISA
2017-05-15 Palmer DabbeltLet Spike have the default amount of RAM
2017-05-15 Megan Wachsdebug: Use consistent 'sim_cmd' argument.
2017-05-15 Megan WachsMerge remote-tracking branch 'origin/priv-1.10' into...
2017-04-18 Megan Wachsdebug: Don't halt out of reset. It's unrealistic. Use...
2017-04-17 Megan Wachsdebug: Checkpoint restoring Spike functionality
2017-04-17 Megan WachsMerge remote-tracking branch 'origin/newprogram' into...
2017-04-17 Megan WachsMerge remote-tracking branch 'origin/priv-1.10' into...
2017-04-14 Megan Wachsdebug: checkpoint trying to get 64 bit programs to...
2017-04-14 Megan Wachsdebug: checkpoint of trying to get simulation tests...
2017-04-14 Megan Wachsdebug: working with newprogram branch
2017-03-03 Palmer DabbeltPrint an error message when the OpenOCD config file...
2017-02-24 Tim NewsomeAdd assert to save me from myself.
2017-02-24 Tim NewsomeMake pylint happy.
2017-02-21 Tim NewsomeTalk to spike using OpenOCD instead of directly.
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.