aboutsummaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2017-04-17debug: Checkpoint restoring Spike functionalityMegan Wachs5-29/+51
2017-04-17Merge remote-tracking branch 'origin/newprogram' into debug-0.13Megan Wachs9-18/+42
2017-04-17Merge remote-tracking branch 'origin/priv-1.10' into HEADMegan Wachs6-6/+9
2017-04-14debug: checkpoint trying to get 64 bit programs to compile as well.Megan Wachs1-0/+3
2017-04-14debug: checkpoint of trying to get simulation tests workingMegan Wachs8-9/+29
2017-04-14debug: working with newprogram branchMegan Wachs4-10/+11
2017-03-29Prohibit relaxing the initial gp generationPalmer Dabbelt1-0/+3
2017-03-29Change the global pointer symbol to __global_pointer$Palmer Dabbelt6-6/+6
2017-03-03Resurrect spike debug supportPalmer Dabbelt2-1/+18
2017-03-03Print an error message when the OpenOCD config file can't be readPalmer Dabbelt1-1/+6
2017-02-24Add assert to save me from myself.Tim Newsome2-4/+5
2017-02-24Keep the DownloadTest source if the test fails.Tim Newsome1-14/+17
2017-02-24Make pylint happy.Tim Newsome1-3/+4
2017-02-21Talk to spike using OpenOCD instead of directly.Tim Newsome2-13/+27
2017-02-17Add HiFive1 target.Tim Newsome3-1/+63
2017-01-02Increase delay in UserInterrupt.Tim Newsome1-1/+1
2016-12-27Use compressed code if the target supports it.Tim Newsome6-61/+109
2016-12-27Clean up .pyc files.Tim Newsome1-1/+1
2016-12-13Fix WriteCsrs test.Tim Newsome1-2/+2
2016-12-12Pass newly updated -march, -mabi options to gccAndrew Waterman1-2/+2
2016-12-12Disable tcl and telnet servers when running OpenOCD because the port numbers ...Richard Xia1-2/+12
2016-12-09Add test of compare-sections command.Tim Newsome1-0/+10
2016-12-07Use XLEN macro for these sources as well.Tim Newsome3-4/+4
2016-12-07Use our own XLEN macro.Tim Newsome2-1/+2
2016-12-07We *do* need the FPU to compile 64-bit code.Tim Newsome1-0/+1
2016-12-07Don't compile with FPU support for now.Tim Newsome1-1/+5
2016-12-07Nicely display compile failures.Tim Newsome1-8/+20
2016-12-07Don't eat compile errors.Tim Newsome1-12/+3
2016-12-07Fix race when finding the port OpenOCD is using.Tim Newsome1-6/+11
2016-12-06avoid non-standard predefined macrosAndrew Waterman4-6/+6
2016-11-14Attempt to work around hard-float linking problemAndrew Waterman1-1/+1
2016-11-10Decrease sleep time to 0.1s.Richard Xia1-2/+2
2016-11-04Tell OpenOCD to pick an unused port, and use lsof to figure out which one it ...Richard Xia1-3/+27
2016-10-31Add basic floating point register test.Tim Newsome3-3/+31
2016-10-21Improve reg test a little.Tim Newsome1-6/+14
2016-10-20Test OpenOCD step and resume.Tim Newsome2-6/+56
2016-10-19Fix conflict: JTAG VPI changes vs openocd refactorTim Newsome1-7/+4
2016-10-19Actually test something in regs test.Tim Newsome1-2/+4
2016-10-19Merge pull request #34 from richardxia/use-port-randomizationTim Newsome3-4/+18
2016-10-18Pull port number from VCS output and pass to OpenOCD.Richard Xia3-2/+10
2016-10-18Add framework to test OpenOCD directly.Tim Newsome4-298/+405
2016-10-18Randomize gdb port.Richard Xia1-2/+8
2016-10-14Wait for OpenOCD to start fully before connecting.Tim Newsome1-0/+15
2016-10-13Add MemTestWriteInvalid.Tim Newsome1-1/+13
2016-10-03Add test for memory read from invalid address.Tim Newsome2-0/+12
2016-09-30Tolerate remotes that return memory read errors.Tim Newsome1-1/+9
2016-09-29Update dmode test to match spec.Tim Newsome2-46/+101
2016-09-29Clear triggers during entry.Tim Newsome1-0/+9
2016-09-28Disable TriggerDmode while spike is changed.Tim Newsome1-0/+4
2016-09-20Minor tweaks to trigger tests for openocd.Tim Newsome2-10/+16