"make clean" shouldn't fail if "make" wasn't first run
[riscv-tests.git] / debug / gdbserver.py
2017-01-02 Tim NewsomeIncrease delay in UserInterrupt.
2016-12-27 Tim NewsomeUse compressed code if the target supports it.
2016-12-13 Tim NewsomeFix WriteCsrs test.
2016-12-09 Tim NewsomeAdd test of compare-sections command.
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.
2016-10-13 Tim NewsomeAdd MemTestWriteInvalid.
2016-10-03 Tim NewsomeAdd test for memory read from invalid address.
2016-09-29 Tim NewsomeUpdate dmode test to match spec.
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-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 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 NewsomeUse unique filenames for block test.
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 NewsomeI think I've finally got malloc working right.
2016-07-19 Tim NewsomeAdd test for gdb function calls.
2016-07-19 Tim NewsomeTest step over invalid instruction.
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 NewsomeAdd test for debuginfo symbols.
2016-07-19 Tim NewsomeAdd explicit test for stepping over branches/jumps.
2016-07-19 Tim NewsomeAdd test_hwbp_2.
2016-07-19 Tim NewsomeAdd test_too_many_hwbp.
2016-07-19 Tim NewsomeAdd hwbp test (currently doesn't pass).
2016-07-19 Tim NewsomeFix cut and paste bug in test_change_pc
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 NewsomeTest all memory access sizes.
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.