forked from qt-creator/qt-creator
Debugger: Add a dumper for Utils::Key
Change-Id: I7e586b622160d5b06a3971fec825521231c09522 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -81,6 +81,11 @@ def qdump__Utils__Id(d, value):
|
|||||||
d.putPlainChildren(value)
|
d.putPlainChildren(value)
|
||||||
|
|
||||||
|
|
||||||
|
def qdump__Utils__Key(d, value):
|
||||||
|
d.putByteArrayValue(value["data"])
|
||||||
|
d.putBetterType(value.type)
|
||||||
|
|
||||||
|
|
||||||
def qdump__Debugger__Internal__GdbMi(d, value):
|
def qdump__Debugger__Internal__GdbMi(d, value):
|
||||||
val = d.encodeString(value["m_name"]) + "3a002000" \
|
val = d.encodeString(value["m_name"]) + "3a002000" \
|
||||||
+ d.encodeString(value["m_data"])
|
+ d.encodeString(value["m_data"])
|
||||||
|
|||||||
Reference in New Issue
Block a user