Created
June 22, 2020 15:37
-
-
Save pawlos/7592b0a4fb11dab6d5110105e17d4bd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/c/temp/ctf/ropemporium/task-write4/gdb-frontend/api/debug.py", line 61, in _exec__mT | |
output = callback(*args, **kwargs) | |
File "/c/temp/ctf/ropemporium/task-write4/gdb-frontend/api/debug.py", line 679, in serializableType | |
serializable["alignof"] = ctype.alignof | |
AttributeError: 'gdb.Type' object has no attribute 'alignof' | |
Traceback (most recent call last): | |
File "/c/temp/ctf/ropemporium/task-write4/gdb-frontend/api/debug.py", line 349, in getState | |
variable["type"]["terminal"] = serializableType(terminalType) | |
TypeError: 'NoneType' object does not support item assignment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment