Skip to content
Snippets Groups Projects
Commit 72c2a73b authored by hjk's avatar hjk
Browse files

debugger: handle gdb.TYPE_CODE_FUNC as "generic" type


This seems not to have been used in the past.

Change-Id: I6e6ce80b8cdd1f20477cde2718e5283a886bb87a
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 0ae621ba
No related branches found
No related tags found
No related merge requests found
...@@ -1652,6 +1652,7 @@ class Dumper: ...@@ -1652,6 +1652,7 @@ class Dumper:
if type.code == MethodPointerCode \ if type.code == MethodPointerCode \
or type.code == MethodCode \ or type.code == MethodCode \
or type.code == FunctionCode \
or type.code == MemberPointerCode: or type.code == MemberPointerCode:
self.putType(typeName) self.putType(typeName)
self.putAddress(value.address) self.putAddress(value.address)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment