aboutsummaryrefslogtreecommitdiff
path: root/debug/gdbserver.py
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Add test for memory read from invalid address.Tim Newsome1-0/+10
2016-09-29Update dmode test to match spec.Tim Newsome1-13/+48
2016-09-28Disable TriggerDmode while spike is changed.Tim Newsome1-0/+4
2016-09-20Minor tweaks to trigger tests for openocd.Tim Newsome1-10/+15
2016-09-15Rewrite debug testing.Tim Newsome1-233/+386
2016-09-02Fix/add to instant trigger tests.Tim Newsome1-5/+20
2016-09-01Add some immediate trigger tests.Tim Newsome1-0/+17
2016-09-01Create TriggerTest.Tim Newsome1-21/+39
2016-09-01Add test for address triggers.Tim Newsome1-1/+24
2016-09-01Remove "import ." notation.Tim Newsome1-1/+1
2016-08-22Add requirements.txt and reorder imports by type.Richard Xia1-1/+2
2016-08-22Use env shebang so for virtualenv compatibility.Tim Newsome1-1/+1
2016-08-16Fix missing setup in test_turbostep.Tim Newsome1-0/+2
2016-08-16Simplify test_function_call.Tim Newsome1-3/+2
2016-08-15Add --32 and --64 options to gdbserver.py.Tim Newsome1-4/+17
2016-08-15Fix cut and paste bug.Tim Newsome1-5/+5
2016-08-11Merge pull request #21 from sifive/add_freedom_sim_targetsTim Newsome1-41/+86
2016-08-11Add FreedomU500 & incorporate feedbackMegan Wachs1-50/+49
2016-08-11Make simple memory test errors more readable.Tim Newsome1-1/+5
2016-08-08By default debug=FalseMegan Wachs1-2/+2
2016-08-08Add U500 TargetMegan Wachs1-2/+19
2016-08-08Some code cleanupMegan Wachs1-2/+2
2016-08-08Added FreedomE300 Simulator targetMegan Wachs1-8/+37
2016-07-28Add tests for virtual priv register.Tim Newsome1-0/+52
2016-07-28Add --gdb argument so I can run valgrind on gdb.Tim Newsome1-8/+16
2016-07-27Rename m2gl_m2s to freedom-e300. (#19)Tim Newsome1-3/+3
2016-07-25Display log file during build if testing fails.Tim Newsome1-9/+7
2016-07-19Use unique filenames for block test.Tim Newsome1-6/+7
2016-07-19Add Makefile.Tim Newsome1-15/+29
2016-07-19Fix test_instant_halt.Tim Newsome1-5/+27
2016-07-19Fix test_block for 64-bit targets.Tim Newsome1-1/+1
2016-07-19Fix test_32 on 64-bit targets.Tim Newsome1-1/+3
2016-07-19Only run hwbp tests on targets that support them.Tim Newsome1-0/+9
2016-07-19Tell gdb what xlen is when there's no ELF file.Tim Newsome1-0/+6
2016-07-19I think I've finally got malloc working right.Tim Newsome1-5/+12
2016-07-19Add test for gdb function calls.Tim Newsome1-1/+11
2016-07-18Test step over invalid instruction.Tim Newsome1-2/+2
2016-07-18Remove hardware breakpoints so future tests work.Tim Newsome1-0/+3
2016-07-18Make DownloadTest pass on boards with little RAM.Tim Newsome1-1/+4
2016-07-18Increase TCK speed.Tim Newsome1-0/+1
2016-07-18Add test for debuginfo symbols.Tim Newsome1-0/+8
2016-07-18Add explicit test for stepping over branches/jumps.Tim Newsome1-1/+29
2016-07-18Add test_hwbp_2.Tim Newsome1-1/+12
2016-07-18Add test_too_many_hwbp.Tim Newsome1-0/+7
2016-07-18Add hwbp test (currently doesn't pass).Tim Newsome1-0/+10
2016-07-18Fix cut and paste bug in test_change_pcTim Newsome1-1/+1
2016-07-18Make tests work with broken 32-bit compiler.Tim Newsome1-7/+23
2016-07-18Add simple register tests.Tim Newsome1-9/+42
2016-07-18Add block test.Tim Newsome1-7/+64
2016-07-18Test all memory access sizes.Tim Newsome1-24/+36