Force gdb to not print entry values.
authorTim Newsome <tim@sifive.com>
Mon, 9 May 2016 16:41:01 +0000 (09:41 -0700)
committerTim Newsome <tim@sifive.com>
Mon, 23 May 2016 19:12:12 +0000 (12:12 -0700)
commit8b176c4e961c6eb376051a3db11078637f6bbffa
tree2e39e1629b5c0c01efa6212afadd5972ca15ca48
parentc7643c32e07e4b5d82bdb98b91998f9c12f24434
Force gdb to not print entry values.

All of a sudden gdb decided to start printing them, which messed up the
breakpoint test. It would only print them in the test, not if I manually
ran the same commands. I'm sure it's my fault somehow, but this should
keep things consistent in the future.
tests/testlib.py