commit | 8037fa55ace19e1f328d03e2cefa78d5f3d81310 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Tue Mar 21 16:26:27 2017 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Fri Apr 07 15:24:56 2017 +0100 |
tree | 7a2e3b59bcddc7dd574d05fa1d35888ec4130dd0 | |
parent | 5fe2339e6b09da7d6f48b9bef0f1a7360392b489 [diff] |
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>