Manually assemble bad shift amount, since assembler rejects
[riscv-tests.git] / debug /
2017-05-17 Palmer DabbeltShorten the debug tests
2017-05-17 Palmer DabbeltMerge pull request #49 from riscv/no_examine_target
2017-05-17 Palmer DabbeltShow the debug logs to stdout, to avoid travis timeouts
2017-05-16 Megan Wachsdebug: remove unused auto_int function
2017-05-16 Megan Wachsdebug: Allow skipping the ExamineTarget task.
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 DabbeltChange Spike's RAM location to match the linker script
2017-05-16 Palmer DabbeltLink the infinate loop at 0x10000000
2017-05-16 Palmer DabbeltLink in encoding.h instead of providing a path to it
2017-05-16 Megan Wachsdebug: Update OpenOCD configs.
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 DabbeltDisable the tests that touch PRIV, it's not implemented yet
2017-05-15 Palmer DabbeltHave the openocd invocation match the spike invocation
2017-05-15 Palmer DabbeltDisable some failing tests for now
2017-05-15 Palmer DabbeltDon't rely on Spike's default ISA
2017-05-15 Palmer DabbeltDon't use the RTOS, and do "reset halt"
2017-05-15 Palmer DabbeltLet Spike have the default amount of RAM
2017-05-15 Palmer DabbeltDon't build openocd here, it's in riscv-tools now
2017-05-15 Megan Wachsdebug: fix the make target for debug-check
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-26 Palmer DabbeltSet FS before reading F registers
2017-04-19 Megan Wachsbump OpenOCD version
2017-04-18 Megan Wachsdebug: Don't halt out of reset. It's unrealistic. Use...
2017-04-18 Megan Wachsdebug: Use RTOS OpenOCD for Spike for now.
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-30 Palmer DabbeltProhibit relaxing the initial gp generation
2017-03-30 Palmer DabbeltChange the global pointer symbol to __global_pointer$
2017-03-03 Palmer DabbeltResurrect spike debug support
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 NewsomeKeep the DownloadTest source if the test fails.
2017-02-24 Tim NewsomeMake pylint happy.
2017-02-21 Tim NewsomeTalk to spike using OpenOCD instead of directly.
2017-02-17 Tim NewsomeAdd HiFive1 target.
2017-01-02 Tim NewsomeIncrease delay in UserInterrupt.
2016-12-27 Tim NewsomeUse compressed code if the target supports it.
2016-12-27 Tim NewsomeClean up .pyc files.
2016-12-13 Tim NewsomeFix WriteCsrs test.
2016-12-13 Andrew WatermanPass newly updated -march, -mabi options to gcc
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-09 Tim NewsomeAdd test of compare-sections command.
2016-12-08 Tim NewsomeUse XLEN macro for these sources as well.
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-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-12-07 Andrew Watermanavoid non-standard predefined macros
2016-11-15 Andrew WatermanAttempt to work around hard-float linking problem
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-21 Tim NewsomeImprove reg test a little.
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 NewsomeActually test something in regs test.
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-10-13 Tim NewsomeAdd MemTestWriteInvalid.
2016-10-03 Tim NewsomeAdd test for memory read from invalid address.
2016-09-30 Tim NewsomeTolerate remotes that return memory read errors.
2016-09-29 Tim NewsomeUpdate dmode test to match spec.
2016-09-29 Tim NewsomeClear triggers during entry.
2016-09-28 Tim NewsomeDisable TriggerDmode while spike is changed.
2016-09-20 Tim NewsomeMinor tweaks to trigger tests for openocd.
2016-09-15 Tim NewsomeRewrite debug testing.
2016-09-02 Tim NewsomeFix/add to instant trigger tests.
2016-09-02 Tim NewsomeLimit spike RAM so I can run valgrind on it.
2016-09-01 Tim NewsomeAdd some immediate trigger tests.
2016-09-01 Tim NewsomeCreate TriggerTest.
2016-09-01 Tim NewsomeAdd test for address triggers.
2016-09-01 Tim NewsomeRemove "import ." notation.
2016-08-23 Tim NewsomeMerge pull request #24 from richardxia/declare-dependencies
2016-08-23 Richard XiaUse a version range.
2016-08-23 Richard XiaAdd requirements.txt and reorder imports by type.
2016-08-23 Tim NewsomeUse env shebang so for virtualenv compatibility.
2016-08-16 Tim NewsomeFix missing setup in test_turbostep.
2016-08-16 Tim NewsomeSimplify test_function_call.
2016-08-15 Tim NewsomeAdd --32 and --64 options to gdbserver.py.
2016-08-15 Tim NewsomeFix cut and paste bug.
2016-08-12 Tim NewsomeMerge pull request #21 from sifive/add_freedom_sim_targets
2016-08-11 Megan WachsAdd FreedomU500 & incorporate feedback
2016-08-11 Tim NewsomeMake simple memory test errors more readable.
2016-08-08 Megan WachsBy default debug=False
2016-08-08 Megan WachsAdd U500 Target
2016-08-08 Megan WachsSome code cleanup
next