Add abort() for benefit of benchmark code
[riscv-tests.git] / debug /
2017-03-30 Palmer DabbeltProhibit relaxing the initial gp generation
2017-03-30 Palmer DabbeltChange the global pointer symbol to __global_pointer$
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
2016-08-08 Megan WachsAdded FreedomE300 Simulator target
2016-08-08 Megan WachsMerge remote-tracking branch 'origin/master'
2016-07-28 Tim NewsomeAdd tests for virtual priv register.
2016-07-28 Tim NewsomeAdd --gdb argument so I can run valgrind on gdb.
2016-07-27 Tim NewsomeRename m2gl_m2s to freedom-e300. (#19)
2016-07-27 Tim NewsomeRename m2gl_m2s to freedom-e300.
2016-07-25 Andrew WatermanMerge pull request #18 from sifive/master
2016-07-25 Tim NewsomeDisplay log file during build if testing fails.
2016-07-20 Andrew WatermanMerge pull request #17 from timsifive/debug
2016-07-19 Tim NewsomeRun debug tests from main Makefile.
2016-07-19 Tim NewsomeUse unique filenames for block test.
2016-07-19 Tim NewsomeAdd 32-bit support.
2016-07-19 Tim NewsomeBe verbose, since output is going to a log file.
2016-07-19 Tim NewsomeAdd Makefile.
2016-07-19 Tim NewsomeFix test_instant_halt.
2016-07-19 Tim NewsomeFix test_block for 64-bit targets.
2016-07-19 Tim NewsomeFix test_32 on 64-bit targets.
2016-07-19 Tim NewsomeOnly run hwbp tests on targets that support them.
2016-07-19 Tim NewsomeTell gdb what xlen is when there's no ELF file.
2016-07-19 Tim Newsomeflush spike log after initial write.
2016-07-19 Tim NewsomeI think I've finally got malloc working right.
2016-07-19 Tim NewsomeMake variables local again, now that gdb is "fixed."
2016-07-19 Tim NewsomeAdd test for gdb function calls.
2016-07-19 Tim NewsomeTest step over invalid instruction.
2016-07-19 Tim NewsomeTurn off debugging.
2016-07-19 Tim NewsomeRemove hardware breakpoints so future tests work.
2016-07-19 Tim NewsomeMake DownloadTest pass on boards with little RAM.
2016-07-19 Tim NewsomeIncrease TCK speed.
2016-07-19 Tim NewsomeWrite command to logfile.
2016-07-19 Tim NewsomeAdd test for debuginfo symbols.
2016-07-19 Tim NewsomeAdd explicit test for stepping over branches/jumps.
2016-07-19 Tim NewsomeImprove formatting. Add examples.
2016-07-19 Tim NewsomeIncrease "load" timeout.
2016-07-19 Tim NewsomeBump up speed.
2016-07-19 Tim NewsomeAdd a few tips.
2016-07-19 Tim NewsomeUpdate IDCODE.
2016-07-19 Tim NewsomeAdd test_hwbp_2.
2016-07-19 Tim NewsomeAdd test_too_many_hwbp.
2016-07-19 Tim NewsomeFix hwbp test.
next