aboutsummaryrefslogtreecommitdiff
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
6 daysChange DTM IDCODE from SiFive HiFive1's 0x10e31913 to Spike's 0xdeadbeef (#565)Tommy Murphy4-5/+5
6 daysMerge pull request #561 from TommyMurphyTM1234/fix-list-testsAnatoly Parshintsev2-10/+11
9 daysUse Zvl/Zve to communicate VLEN/ELEN to target in debug tests (#567)Jerry Zhao2-2/+3
2024-06-06Fix pylint issues with previous commit changesTommy Murphy1-3/+2
2024-06-06Move PRNG seed generation/logging from gdbserver.py:main() into testlib.py:ru...Tommy Murphy2-11/+11
2024-06-06Suppress 'PRNG seed ...' log messages when --list-tests is specified; see htt...Tommy Murphy1-2/+4
2024-05-23debug: fix HwbpManual testEvgeniy Naydanov1-3/+19
2024-05-16Merge pull request #555 from aap-sc/aap-sc/sporadic_faulure_fixEvgeniy Naydanov1-1/+6
2024-05-15debug: fix sporadic failures of memory sampling testsParshintsev Anatoly1-0/+1
2024-05-14debug: workaround for sporadic failures of some tests due to unexpected data ...Parshintsev Anatoly1-1/+6
2024-05-13Merge pull request #491 from en-sc/en-sc/warning-repeat-readAnatoly Parshintsev1-4/+0
2024-05-09Merge pull request #549 from leesum1/trigger-fixAnatoly Parshintsev1-1/+2
2024-05-02debug: Fix loading of empty exclude lists with commentsMarek Vrbka1-1/+5
2024-05-01[debug tests] increase remotetimeout for all spike-based targets (#553)Anatoly Parshintsev8-10/+8
2024-04-17debug: Fix nonexistent trigger registers trap handle in entry.Szilong1-1/+2
2024-04-02Merge pull request #534 from lz-bro/fix_triggerDmodeAnatoly Parshintsev1-1/+1
2024-03-02Merge pull request #533 from lz-bro/fix_icountAnatoly Parshintsev1-0/+1
2024-03-01Merge pull request #531 from aap-sc/aap-sc/improvementsEvgeniy Naydanov2-3/+33
2024-02-29Merge pull request #532 from lz-bro/mb_translateAndrew Waterman1-0/+1
2024-02-04Check the mcontrol triggers, no other triggers.liangzhen1-1/+1
2024-02-02Clear breakpoints so that gdb will not single stepliangzhen1-0/+1
2024-02-02Add virtual memory synchronization after completing the page tablesliangzhen1-0/+1
2024-02-01[debug tests] fix setting of remotetimeoutParshintsev Anatoly1-1/+0
2024-02-01[debug tests] add option to log GDB remote serial protocolParshintsev Anatoly1-2/+21
2024-02-01[debug tests] print selected seed for PRNGParshintsev Anatoly2-0/+12
2024-01-23Disable mmu after test translateliangzhen1-0/+4
2023-11-09debug: use TCL-RPC to fetch results of OpenOCD commands instead of parsing lo...Parshintsev Anatoly1-29/+38
2023-10-24Support instruction count limit in IcountTestliangzhen2-2/+9
2023-10-17Merge pull request #513 from lz-bro/nonexist_csrTim Newsome2-4/+8
2023-10-17Merge pull request #514 from lz-bro/timer_configurableTim Newsome4-7/+17
2023-10-17Make the non-existent csr configurableliangzhen2-4/+8
2023-10-16Make CLINT address configurableliangzhen4-7/+17
2023-10-13debug: Add UnavailableHaltedTestTim Newsome1-0/+61
2023-10-11debug: Document that pexpect is needed.Tim Newsome1-0/+1
2023-10-11Merge pull request #503 from lz-bro/dis_timerTim Newsome2-0/+13
2023-10-10Disable timer interrupt to fix some bugsliangzhen2-0/+13
2023-10-03Merge pull request #508 from riscv-software-src/set_availableTim Newsome2-7/+30
2023-09-29Merge pull request #509 from riscv-software-src/interlockTim Newsome1-0/+1
2023-09-29debug: Add Openocd.set_available()Tim Newsome2-7/+30
2023-09-29Merge pull request #507 from riscv-software-src/targetsTim Newsome1-1/+2
2023-09-29Merge pull request #506 from riscv-software-src/interrupt_allTim Newsome1-3/+4
2023-09-28debug: Better interlock when interacting with gdb CLI.Tim Newsome1-0/+1
2023-09-28debug: Make Openocd.targets() tolerate blank lines.Tim Newsome1-1/+2
2023-09-28debug: Fix interrupt_all() to restore state.Tim Newsome1-3/+4
2023-09-28debug: Add --hart command line option to gdbserver.pyTim Newsome1-3/+13
2023-07-24debug: Tolerate more whitespace from OpenOCD CLITim Newsome1-1/+1
2023-07-24debug: Re-enable unavailable tests.Tim Newsome1-9/+6
2023-07-19debug: Better comment the privilege tests.Tim Newsome1-3/+4
2023-07-18debug: Disable unavailable tests.Tim Newsome1-6/+9
2023-07-17Merge pull request #489 from riscv-software-src/power_danceTim Newsome10-55/+196