aboutsummaryrefslogtreecommitdiff
path: root/debug/testlib.py
AgeCommit message (Expand)AuthorFilesLines
2016-10-20Test OpenOCD step and resume.Tim Newsome1-1/+22
2016-10-19Fix conflict: JTAG VPI changes vs openocd refactorTim Newsome1-7/+4
2016-10-19Merge pull request #34 from richardxia/use-port-randomizationTim Newsome1-4/+16
2016-10-18Pull port number from VCS output and pass to OpenOCD.Richard Xia1-2/+8
2016-10-18Add framework to test OpenOCD directly.Tim Newsome1-7/+189
2016-10-18Randomize gdb port.Richard Xia1-2/+8
2016-10-14Wait for OpenOCD to start fully before connecting.Tim Newsome1-0/+15
2016-09-30Tolerate remotes that return memory read errors.Tim Newsome1-1/+9
2016-09-20Minor tweaks to trigger tests for openocd.Tim Newsome1-0/+1
2016-09-15Rewrite debug testing.Tim Newsome1-28/+30
2016-09-02Limit spike RAM so I can run valgrind on it.Tim Newsome1-0/+1
2016-09-01Add test for address triggers.Tim Newsome1-0/+5
2016-08-22Add requirements.txt and reorder imports by type.Richard Xia1-3/+3
2016-08-08Some code cleanupMegan Wachs1-3/+2
2016-08-08Added FreedomE300 Simulator targetMegan Wachs1-1/+41
2016-07-28Add --gdb argument so I can run valgrind on gdb.Tim Newsome1-3/+3
2016-07-19Add Makefile.Tim Newsome1-4/+1
2016-07-19flush spike log after initial write.Tim Newsome1-0/+1
2016-07-18Turn off debugging.Tim Newsome1-1/+1
2016-07-18Write command to logfile.Tim Newsome1-0/+2
2016-07-18Increase "load" timeout.Tim Newsome1-3/+3
2016-07-18Fix hwbp test.Tim Newsome1-1/+1
2016-07-18Add hwbp test (currently doesn't pass).Tim Newsome1-0/+6
2016-07-18Make tests work with broken 32-bit compiler.Tim Newsome1-2/+5
2016-07-18Add simple register tests.Tim Newsome1-2/+2
2016-07-18Add block test.Tim Newsome1-2/+4
2016-07-18All tests pass with spike now.Tim Newsome1-2/+6
2016-07-18Made some progress towards working with spike.Tim Newsome1-10/+25
2016-07-18WIP on debug testing.Tim Newsome1-0/+140