Make tests work with broken 32-bit compiler.
authorTim Newsome <tim@sifive.com>
Fri, 10 Jun 2016 21:06:13 +0000 (14:06 -0700)
committerTim Newsome <tim@sifive.com>
Tue, 19 Jul 2016 01:51:54 +0000 (18:51 -0700)
commitc11808e013c7c34161d9f343cd97d5f2440c4c2e
treeb4a094824e7518e1364cb6d4dd8c759fee42e036
parent6ccc0bdde5eea898e88961f49e755bd2b4577792
Make tests work with broken 32-bit compiler.

Apparently the 32-bit compiler doesn't generate good enough debug info
for gdb to know what function we're in, which also means it doesn't know
where the local variables in those functions are stored.
debug/gdbserver.py
debug/programs/debug.c
debug/testlib.py