scripts/qemugdb/mtree.py: fix up mtree dump
commit8037fa55ace19e1f328d03e2cefa78d5f3d81310
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 21 Mar 2017 16:26:27 +0000 (21 16:26 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 7 Apr 2017 14:24:56 +0000 (7 15:24 +0100)
tree7a2e3b59bcddc7dd574d05fa1d35888ec4130dd0
parent5fe2339e6b09da7d6f48b9bef0f1a7360392b489
scripts/qemugdb/mtree.py: fix up mtree dump

Since QEMU has been able to build with native Int128 support this was
broken as it attempts to fish values out of the non-existent
structure. Also the alias print was trying to make a %x out of
gdb.ValueType directly which didn't seem to work.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
scripts/qemugdb/mtree.py