debugger: fix displays of pointers to typedef to unsigned char

Change-Id: Id04e3b0b18f129e745f3259c8381810927212306
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-01-08 03:38:11 +01:00
parent a426c41689
commit 6ebdf75cd5

View File

@@ -1613,7 +1613,7 @@ class Dumper:
self.putItem(value.dereference())
self.currentChildType = savedCurrentChildType
self.putPointerValue(value.address)
self.put('origaddr="%s",' % value)
self.put('origaddr="%s",' % cleanAddress(value.address))
return
# Fall back to plain pointer printing.