forked from qt-creator/qt-creator
		
	debugger: fix displays of pointers to typedef to unsigned char
Change-Id: Id04e3b0b18f129e745f3259c8381810927212306 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user