Add framework to test OpenOCD directly.
authorTim Newsome <tim@sifive.com>
Tue, 18 Oct 2016 21:21:02 +0000 (14:21 -0700)
committerTim Newsome <tim@sifive.com>
Tue, 18 Oct 2016 21:21:02 +0000 (14:21 -0700)
commit5cd2b39a28c2c77debce4b55c140917c55dc1189
tree95a9e94668a02a9a284d24d03c5fb279c26139d7
parentf59770c98f8f3a7762e8a1751cca922ba8afe870
Add framework to test OpenOCD directly.

This took a lot of refactoring to make it look reasonable.
There isn't actually any functional OpenOCD test yet. But a dummy test
runs a command (and fails).
debug/gdbserver.py
debug/openocd.py [new file with mode: 0755]
debug/targets.py [new file with mode: 0644]
debug/testlib.py