Debugger: More workarounds for LLDB child object address reports

Change-Id: I33ae39b3bd347c296626c03636775f6057faf385
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-01-22 14:01:07 +01:00
parent 5199c905c7
commit a1e7bae417
3 changed files with 27 additions and 49 deletions
+2 -1
View File
@@ -772,7 +772,8 @@ class DumperBase:
self.putItem(value.dereference())
self.currentChildType = savedCurrentChildType
#self.putPointerValue(value)
self.put('origaddr="0x%x",' % value.address)
if value.address is not None:
self.put('origaddr="0x%x",' % value.address)
return True
#warn("GENERIC PLAIN POINTER: %s" % value.type)