WIP on debug testing.
authorTim Newsome <tim@sifive.com>
Sat, 4 Jun 2016 20:19:45 +0000 (13:19 -0700)
committerTim Newsome <tim@sifive.com>
Tue, 19 Jul 2016 01:51:54 +0000 (18:51 -0700)
commitf29d14a877d4873c12fa80c9df5b265474a85b05
tree4be1b7db118488f084499a91556b16e05342412c
parent0849aad0c23f24ed7728128873fc852839e988b1
WIP on debug testing.

./gdbserver.py --m2gl_m2s --openocd "$HOME/SiFive/openocd/src/openocd -s
$HOME/SiFive/openocd/tcl" -- RegsTest.test_write_gprs
doesn't fail in a completely crazy way.
12 files changed:
debug/README.md [new file with mode: 0644]
debug/gdbserver.py [new file with mode: 0755]
debug/programs/checksum.c [new file with mode: 0644]
debug/programs/debug.c [new file with mode: 0644]
debug/programs/init.c [new file with mode: 0644]
debug/programs/mprv.S [new file with mode: 0644]
debug/programs/regs.S [new file with mode: 0644]
debug/programs/start.S [new file with mode: 0644]
debug/targets/m2gl_m2s/entry.S [new file with mode: 0755]
debug/targets/m2gl_m2s/link.lds [new file with mode: 0755]
debug/targets/m2gl_m2s/openocd.cfg [new file with mode: 0644]
debug/testlib.py [new file with mode: 0644]