aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Cleanup and renamed test flag to invalid_memory_returns_zerocgsfv1-2/+2
2018-11-13Added MemTestBlockReadInvalid verifying the corresponding OpenOCD fixcgsfv1-0/+3
2018-08-29Add test case for `riscv expose_custom`.Tim Newsome1-0/+4
2017-11-19Make pylint happy.Tim Newsome1-9/+11
2017-11-17debug: Fix the XLEN command line checkxlen_fixMegan Wachs1-7/+8
2017-11-16Debug: Use the --32 and --64 command line arguments (#97)Megan Wachs1-0/+5
2017-11-01Make pylint 1.6.5 happy.Tim Newsome1-1/+1
2017-10-12Pay attention to server_timeout_secTim Newsome1-2/+3
2017-09-29Fix tests to work in multi-gdb mode.Tim Newsome1-0/+2
2017-09-19Allow multiple reset vectors.Tim Newsome1-0/+5
2017-09-14Test debugging code with interrupts.Tim Newsome1-0/+3
2017-09-01Add some infrastructure for multicore tests.Tim Newsome1-29/+28
2017-08-28Make the debug tests aware of multicore.Tim Newsome1-61/+83
2017-08-14Put logfile code back so everything works again.Tim Newsome1-2/+2
2017-08-14debug: Allow OpenOCD startup timeout to be specified. Print out path to log f...Megan Wachs1-1/+8
2017-07-20Add back code to clean up triggers in entry.STim Newsome1-0/+6
2017-07-03Add gdb_setup to target for arbitrary gdb commandsTim Newsome1-0/+4
2017-06-26Move target definition into individual files.Tim Newsome1-111/+74
2017-06-15Test 64-bit addressing.Tim Newsome1-7/+17
2017-06-05Make pylint happy.Tim Newsome1-1/+2
2017-05-18debug: Correct the calling for a 32-bit simulation targetMegan Wachs1-1/+1
2017-05-16Change Spike's RAM location to match the linker scriptPalmer Dabbelt1-2/+2
2017-05-15debug: Use consistent 'sim_cmd' argument.Megan Wachs1-1/+1
2017-04-18debug: Don't halt out of reset. It's unrealistic. Use a program which loops (...Megan Wachs1-2/+2
2017-04-17debug: Checkpoint restoring Spike functionalityMegan Wachs1-11/+11
2017-04-17Merge remote-tracking branch 'origin/newprogram' into debug-0.13Megan Wachs1-2/+2
2017-04-14debug: working with newprogram branchMegan Wachs1-2/+2
2017-02-21Talk to spike using OpenOCD instead of directly.Tim Newsome1-2/+3
2017-02-17Add HiFive1 target.Tim Newsome1-1/+6
2016-12-27Use compressed code if the target supports it.Tim Newsome1-0/+7
2016-12-12Pass newly updated -march, -mabi options to gccAndrew Waterman1-2/+2
2016-12-07Use our own XLEN macro.Tim Newsome1-0/+1
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-11-14Attempt to work around hard-float linking problemAndrew Waterman1-1/+1
2016-10-31Add basic floating point register test.Tim Newsome1-0/+1
2016-10-18Add framework to test OpenOCD directly.Tim Newsome1-0/+141