Verify that mtval/stval is written correctly on misaligned fetch
[riscv-tests.git] / debug / targets.py
2017-10-12 Tim NewsomePay attention to server_timeout_sec
2017-10-04 Tim NewsomeMerge pull request #79 from riscv/multigdb
2017-09-29 Tim NewsomeFix tests to work in multi-gdb mode.
2017-09-20 Tim NewsomeAllow multiple reset vectors.
2017-09-14 Tim NewsomeTest debugging code with interrupts.
2017-09-12 Tim NewsomeMerge pull request #69 from riscv/multicore
2017-09-01 Tim NewsomeAdd some infrastructure for multicore tests.
2017-08-28 Tim NewsomeMake the debug tests aware of multicore.
2017-08-14 Tim NewsomePut logfile code back so everything works again.
2017-08-14 Megan WachsMerge pull request #66 from riscv/debug_user_niceness
2017-08-14 Megan Wachsdebug: Allow OpenOCD startup timeout to be specified...
2017-07-21 Tim NewsomeAdd back code to clean up triggers in entry.S
2017-07-03 Tim NewsomeAdd gdb_setup to target for arbitrary gdb commands
2017-06-27 Tim NewsomeMerge pull request #55 from riscv/debug
2017-06-27 Tim NewsomeMerge pull request #56 from riscv/config
2017-06-26 Tim NewsomeMove target definition into individual files.
2017-06-15 Tim NewsomeTest 64-bit addressing.
2017-06-05 Tim NewsomeMake pylint happy.
2017-05-18 Megan WachsMerge pull request #52 from riscv/vcs_sim_cmd
2017-05-18 Megan Wachsdebug: Correct the calling for a 32-bit simulation...
2017-05-16 Palmer DabbeltMerge pull request #47 from riscv/debug-0.13
2017-05-16 Palmer DabbeltChange Spike's RAM location to match the linker script
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: working with newprogram branch
2017-02-21 Tim NewsomeTalk to spike using OpenOCD instead of directly.
2017-02-17 Tim NewsomeAdd HiFive1 target.
2016-12-27 Tim NewsomeUse compressed code if the target supports it.
2016-12-13 Andrew WatermanPass newly updated -march, -mabi options to gcc
2016-12-08 Tim NewsomeUse our own XLEN macro.
2016-12-08 Tim NewsomeWe *do* need the FPU to compile 64-bit code.
2016-12-08 Tim NewsomeDon't compile with FPU support for now.
2016-11-15 Andrew WatermanAttempt to work around hard-float linking problem
2016-10-31 Tim NewsomeAdd basic floating point register test.
2016-10-19 Tim NewsomeMerge pull request #34 from richardxia/use-port-randomi...
2016-10-18 Tim NewsomeAdd framework to test OpenOCD directly.