forked from qt-creator/qt-creator
Debugger: Remove broken old LLDB QSet dumper workaround
Task-number: QTCREATORBUG-13153 Change-Id: Ifc1393a9bedd0be793d752ad6af85221f5f8d247 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1651,10 +1651,6 @@ def qdump__QSet(d, value):
|
|||||||
it = node.dereference().cast(innerType)
|
it = node.dereference().cast(innerType)
|
||||||
with SubItem(d, i):
|
with SubItem(d, i):
|
||||||
key = it["key"]
|
key = it["key"]
|
||||||
if not key:
|
|
||||||
# LLDB can't access directly since it's in anonymous union
|
|
||||||
# for Qt4 optimized int keytype
|
|
||||||
key = it[1]["key"]
|
|
||||||
d.putItem(key)
|
d.putItem(key)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user